agent-framework-lib 0.8.4__tar.gz → 0.8.4.post3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {agent_framework_lib-0.8.4/agent_framework_lib.egg-info → agent_framework_lib-0.8.4.post3}/PKG-INFO +1 -1
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/workspace/client.py +8 -2
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/workspace/poller.py +11 -3
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/workspace/router.py +26 -6
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/workspace/session.py +18 -20
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3/agent_framework_lib.egg-info}/PKG-INFO +1 -1
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/pyproject.toml +1 -1
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/ARCHITECTURE.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/LICENSE +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/MANIFEST.in +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/README.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/__init__.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/a2a/__init__.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/a2a/base.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/a2a/endpoints/__init__.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/a2a/endpoints/a2a_router.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/a2a/endpoints/agent_card_builder.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/a2a/endpoints/agent_card_skill_builder.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/a2a/endpoints/jsonrpc_dispatcher.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/a2a/endpoints/models_jsonrpc.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/a2a/endpoints/sse_wrapper.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/a2a/endpoints/translation_layer.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/a2a/models.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/a2a/providers/__init__.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/a2a/providers/elasticsearch_provider.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/a2a/providers/postgres_provider.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/capabilities/__init__.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/capabilities/resolver.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/core/__init__.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/core/activity_formatter.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/core/agent_interface.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/core/agent_provider.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/core/base_agent.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/core/context_budget.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/core/context_summarizer.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/core/elasticsearch_config_provider.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/core/execution_controller.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/core/implementation_validator.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/core/interruption_message.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/core/knowledge_state.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/core/loop_detector.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/core/model_clients.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/core/model_config.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/core/model_router.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/core/models.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/core/provider_calibration.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/core/scratchpad_compressor.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/core/scratchpad_serializer.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/core/state_manager.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/core/step_display_config.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/core/streaming_parts_accumulator.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/implementations/__init__.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/implementations/budget_aware_agent.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/implementations/llamaindex_agent.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/implementations/llamaindex_memory_adapter.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/implementations/microsoft_agent.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/memory/__init__.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/memory/agent_mixin.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/memory/base.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/memory/config.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/memory/hypothesis_engine.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/memory/implicit_feedback.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/memory/manager.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/memory/personalization.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/memory/providers/__init__.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/memory/providers/graphiti_provider.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/memory/providers/memori_provider.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/memory/response_lessons.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/memory/tools.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/memory/work_patterns.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/monitoring/__init__.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/monitoring/api_timing_tracker.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/monitoring/elasticsearch_circuit_breaker.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/monitoring/elasticsearch_logging.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/monitoring/error_handling.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/monitoring/error_logging.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/monitoring/llm_auto_instrumentor.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/monitoring/llm_metrics.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/monitoring/llm_metrics_collector.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/monitoring/llm_metrics_extractor.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/monitoring/metrics_aggregator.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/monitoring/metrics_config.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/monitoring/observability_manager.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/monitoring/otel_instrumentor.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/monitoring/otel_logging_handler.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/monitoring/otel_metrics_recorder.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/monitoring/otel_setup.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/monitoring/performance_monitor.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/monitoring/progress_tracker.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/monitoring/resource_manager.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/monitoring/resource_metrics_collector.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/monitoring/streaming_latency_tracer.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/monitoring/timing_tracker.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/monitoring/token_counter.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/monitoring/tracing_context.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/notifications/__init__.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/notifications/hub.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/notifications/webhook_notifier.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/processing/__init__.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/processing/ai_content_management.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/processing/markdown_converter.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/processing/multimodal_integration.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/processing/rich_content_validation.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/py.typed +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/session/__init__.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/session/elasticsearch_session_storage.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/session/session_storage.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/__init__.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/agent_mixin.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/base.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/__init__.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/scripts/__init__.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/scripts/create_and_register.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/scripts/register_to_storage.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/chart/SKILL.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/chart/chart_to_image.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/code_format/SKILL.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/code_format/format_python.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/csv/SKILL.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/csv/create_csv.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/csv/read_csv.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/csv/transform_csv.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/data_format/SKILL.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/data_format/json_to_yaml.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/data_format/yaml_to_json.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/drawio/SKILL.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/drawio/create_drawio.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/email_template/SKILL.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/excel/SKILL.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/excel/create_excel.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/file/SKILL.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/file/create_file.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/file/list_files.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/file/read_file.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/file_access/SKILL.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/file_access/download_to_local.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/file_access/get_file_path.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/form/SKILL.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/image_display/SKILL.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/image_gen/SKILL.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/image_gen/create_image.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/image_gen/generate_image.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/mermaid/SKILL.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/mermaid/mermaid_to_image.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/multimodal/SKILL.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/optionsblock/SKILL.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/powerpoint/SKILL.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/powerpoint/create_powerpoint.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/powerpoint/templates/Big Data Infographics.pptx +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/powerpoint/templates/Executive Design Pitch Deck.pptx +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/powerpoint/templates/Management Consulting Toolkit.pptx +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/powerpoint/templates/__init__.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/powerpoint/templates/generate_templates.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/skill_creator/SKILL.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/skill_creator/skill_api.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/table/SKILL.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/table/table_to_image.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/unified_pdf/SKILL.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/unified_pdf/create_pdf.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/web_news_search/SKILL.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/web_news_search/web_news_search.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/word/SKILL.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/builtin/skills/word/create_word.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/custom_skill_manager.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/discovery_prompt.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/markdown_loader.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/tools.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/storage/__init__.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/storage/file_storages.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/storage/file_system_management.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/storage/storage_optimizer.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/subagents/__init__.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/subagents/executor.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/subagents/message_injector.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/subagents/message_queue.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/subagents/retrigger.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/subagents/spawn_tool.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/tools/__init__.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/tools/activity_callback.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/tools/adaptive_pdf_css.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/tools/base.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/tools/html_content_analyzer.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/tools/multimodal_tools.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/tools/pdf_image_scaler.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/tools/shell_tool.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/tools/sizing_config.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/tools/web_fetch_tool.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/tools/web_search_tool.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/utils/__init__.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/utils/path_utils.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/utils/post_install.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/utils/session_title_generator.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/utils/source_detector.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/utils/special_blocks.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/__init__.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/admin_auth.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/admin_models.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/admin_router.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/admin_services.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/api_timing_middleware.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/docs/A2A_GUIDE.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/docs/BUILTIN_SKILLS_REFERENCE.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/docs/CREATING_AGENTS.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/docs/CUSTOM_SKILLS_GUIDE.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/docs/DOCKER_SETUP.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/docs/Dockerfile +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/docs/GETTING_STARTED.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/docs/GITNEXUS_USER_GUIDE.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/docs/MEMORY_INSTALLATION.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/docs/README.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/docs/TOOLS_AND_MCP_GUIDE.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/docs/WORKSPACE_INTEGRATION.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/docs/api-reference.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/docs/configuration.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/docs/docker-compose.yml +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/docs/examples/agent_example_multi_skills.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/docs/examples/agent_with_file_storage.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/docs/examples/agent_with_mcp.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/docs/examples/agent_with_memory.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/docs/examples/agent_with_memory_graphiti.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/docs/examples/agent_with_memory_hybrid.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/docs/examples/agent_with_memory_simple.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/docs/examples/custom_framework_agent.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/docs/examples/simple_agent.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/docs/examples/skills_demo_agent.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/docs/installation-guide.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/documentation_generator.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/gitnexus_client.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/helper_agent.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/helper_ui.html +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/modern_ui.html +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/observability/kibana-llm-dashboard-setup.json +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/observability/kibana-resource-metrics-dashboard.json +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/otel_tracing_middleware.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/server.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/skills_router.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/web/test_app.html +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/workspace/__init__.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/workspace/artefacts.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/workspace/config.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/workspace/context.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/workspace/cursor.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/workspace/memory.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/workspace/models.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/workspace/preferences.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/workspace/subscription.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework_lib.egg-info/SOURCES.txt +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework_lib.egg-info/dependency_links.txt +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework_lib.egg-info/entry_points.txt +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework_lib.egg-info/requires.txt +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework_lib.egg-info/top_level.txt +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/docs/A2A_GUIDE.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/docs/ACTIVITY_OUTPUT_PART.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/docs/ARCHITECTURE_DIAGRAM.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/docs/BUILTIN_SKILLS_REFERENCE.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/docs/CANCEL_AND_INTERRUPT_FRONTEND.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/docs/CONCURRENCE_VS_PARALLELISME_GUIDE.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/docs/CREATING_AGENTS.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/docs/CUSTOM_SKILLS_GUIDE.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/docs/DEEPEVAL_TEST_REPORT.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/docs/DOCKER_SETUP.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/docs/ELASTICSEARCH_DATA_STRUCTURES.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/docs/FILE_DOWNLOAD_LINKS.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/docs/FILE_STORAGE_GUIDE.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/docs/GETTING_STARTED.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/docs/GITNEXUS_USER_GUIDE.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/docs/HISTORY_MESSAGE_FORMAT.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/docs/IMPLEMENTATION_GUIDE_NEW_AGENT.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/docs/MEMORY_INSTALLATION.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/docs/MODIFICATIONS_CONCURRENCE.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/docs/MULTIMODAL_TOOLS_GUIDE.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/docs/OBSERVABILITY_GUIDE.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/docs/PYPI_PUBLISHING.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/docs/QA_STREAMING_LATENCY.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/docs/SCREENSHOTS_GUIDE.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/docs/SPEC_CROSS_MODEL_HISTORY_CONVERSION.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/docs/SSE_NOTIFICATIONS_GUIDE.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/docs/STREAMING_EVENTS_FRONTEND.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/docs/TOOLS_AND_MCP_GUIDE.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/docs/WORKSPACE_INTEGRATION.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/docs/api-reference.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/docs/configuration.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/docs/framework_audit_remarques.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/docs/helper_agent.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/docs/index.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/docs/installation-guide.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/examples/README.md +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/examples/agent_context_budget_test.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/examples/agent_example_multi_skills.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/examples/agent_exemple_test.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/examples/agent_training_with_apo.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/examples/agent_with_custom_tools_file_storage.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/examples/agent_with_file_storage.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/examples/agent_with_mcp.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/examples/agent_with_memory_graphiti.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/examples/agent_with_memory_hybrid.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/examples/agent_with_memory_simple.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/examples/agent_with_personalization.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/examples/biagenttest.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/examples/custom_framework_agent.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/examples/dependencies/docker-compose.yaml +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/examples/pyproject.toml +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/examples/simple_agent.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/examples/skills_demo_agent.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/examples/test_work_patterns_live.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/examples/workspace_test_agent.py +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/setup.cfg +0 -0
- {agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/setup.py +0 -0
{agent_framework_lib-0.8.4/agent_framework_lib.egg-info → agent_framework_lib-0.8.4.post3}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agent-framework-lib
|
|
3
|
-
Version: 0.8.4
|
|
3
|
+
Version: 0.8.4.post3
|
|
4
4
|
Summary: A comprehensive Python framework for building and serving conversational AI agents with FastAPI
|
|
5
5
|
Author-email: Sebastian Pavel <sebastian@cinco.ai>, Elliott Girard <elliott.girard@icloud.com>
|
|
6
6
|
Maintainer-email: Sebastian Pavel <sebastian@cinco.ai>
|
{agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/workspace/client.py
RENAMED
|
@@ -95,14 +95,20 @@ class WorkspaceClient:
|
|
|
95
95
|
api_key: API key used for authentication via ``x-api-key`` header.
|
|
96
96
|
"""
|
|
97
97
|
|
|
98
|
-
def __init__(
|
|
98
|
+
def __init__(
|
|
99
|
+
self,
|
|
100
|
+
base_url: str,
|
|
101
|
+
api_key: str,
|
|
102
|
+
agent_id: str = "agent",
|
|
103
|
+
agent_name: str | None = None,
|
|
104
|
+
) -> None:
|
|
99
105
|
self._client = httpx.AsyncClient(
|
|
100
106
|
base_url=base_url.rstrip("/"),
|
|
101
107
|
headers={
|
|
102
108
|
"x-api-key": api_key,
|
|
103
109
|
"x-auth-mode": "api-key",
|
|
104
110
|
"x-user-id": agent_id,
|
|
105
|
-
"x-user-name": agent_id,
|
|
111
|
+
"x-user-name": agent_name or agent_id,
|
|
106
112
|
},
|
|
107
113
|
timeout=httpx.Timeout(30.0),
|
|
108
114
|
)
|
{agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/workspace/poller.py
RENAMED
|
@@ -48,6 +48,7 @@ class WorkspacePoller:
|
|
|
48
48
|
record: SubscriptionRecord,
|
|
49
49
|
cursor_store: CursorStore,
|
|
50
50
|
agent_id: str,
|
|
51
|
+
agent_name: str | None = None,
|
|
51
52
|
) -> None:
|
|
52
53
|
"""Start polling a workspace for new messages."""
|
|
53
54
|
if workspace_id in self._tasks:
|
|
@@ -57,7 +58,8 @@ class WorkspacePoller:
|
|
|
57
58
|
stop_event = asyncio.Event()
|
|
58
59
|
self._stop_events[workspace_id] = stop_event
|
|
59
60
|
self._tasks[workspace_id] = asyncio.create_task(
|
|
60
|
-
self._poll_loop(workspace_id, record, cursor_store, agent_id, stop_event
|
|
61
|
+
self._poll_loop(workspace_id, record, cursor_store, agent_id, stop_event,
|
|
62
|
+
agent_name=agent_name)
|
|
61
63
|
)
|
|
62
64
|
logger.info(
|
|
63
65
|
"Poller started for workspace %s (interval=%.1fs)", workspace_id, self._interval
|
|
@@ -89,13 +91,15 @@ class WorkspacePoller:
|
|
|
89
91
|
cursor_store: CursorStore,
|
|
90
92
|
agent_id: str,
|
|
91
93
|
stop_event: asyncio.Event,
|
|
94
|
+
agent_name: str | None = None,
|
|
92
95
|
) -> None:
|
|
93
96
|
"""Main polling loop for a single workspace."""
|
|
94
97
|
logger.info("Poll loop started for workspace %s", workspace_id)
|
|
95
98
|
|
|
96
99
|
while not stop_event.is_set():
|
|
97
100
|
try:
|
|
98
|
-
await self._poll_once(workspace_id, record, cursor_store, agent_id
|
|
101
|
+
await self._poll_once(workspace_id, record, cursor_store, agent_id,
|
|
102
|
+
agent_name=agent_name)
|
|
99
103
|
except asyncio.CancelledError:
|
|
100
104
|
break
|
|
101
105
|
except Exception:
|
|
@@ -115,9 +119,13 @@ class WorkspacePoller:
|
|
|
115
119
|
record: SubscriptionRecord,
|
|
116
120
|
cursor_store: CursorStore,
|
|
117
121
|
agent_id: str,
|
|
122
|
+
agent_name: str | None = None,
|
|
118
123
|
) -> None:
|
|
119
124
|
"""Single poll iteration: fetch new messages and process them."""
|
|
120
|
-
client = WorkspaceClient(
|
|
125
|
+
client = WorkspaceClient(
|
|
126
|
+
record.workspace_url, record.workspace_api_key,
|
|
127
|
+
agent_id=agent_id, agent_name=agent_name,
|
|
128
|
+
)
|
|
121
129
|
try:
|
|
122
130
|
cursor = await cursor_store.load(agent_id, workspace_id)
|
|
123
131
|
|
{agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/workspace/router.py
RENAMED
|
@@ -34,6 +34,18 @@ if TYPE_CHECKING:
|
|
|
34
34
|
logger = logging.getLogger(__name__)
|
|
35
35
|
|
|
36
36
|
|
|
37
|
+
def _resolve_agent_name(agent_class: type, fallback: str) -> str:
|
|
38
|
+
"""Resolve the human-readable agent name from the agent class.
|
|
39
|
+
|
|
40
|
+
Instantiates the agent class to read its ``name`` attribute.
|
|
41
|
+
Falls back to *fallback* (typically the agent ID) on any error.
|
|
42
|
+
"""
|
|
43
|
+
try:
|
|
44
|
+
return agent_class().name or fallback
|
|
45
|
+
except Exception:
|
|
46
|
+
return fallback
|
|
47
|
+
|
|
48
|
+
|
|
37
49
|
async def _resolve_model_for_workspace(
|
|
38
50
|
agent_instance: Any,
|
|
39
51
|
query: str,
|
|
@@ -186,6 +198,7 @@ def create_workspace_router(
|
|
|
186
198
|
"""
|
|
187
199
|
router = APIRouter(prefix="/workspace", tags=["workspace"])
|
|
188
200
|
store = SubscriptionStore(session_storage)
|
|
201
|
+
agent_name = _resolve_agent_name(agent_class, config.agent_id)
|
|
189
202
|
|
|
190
203
|
@router.post("/subscribe", status_code=201)
|
|
191
204
|
async def subscribe_to_workspace(
|
|
@@ -202,17 +215,20 @@ def create_workspace_router(
|
|
|
202
215
|
request.workspace_url, request.workspace_api_key, agent_id=admin_id
|
|
203
216
|
)
|
|
204
217
|
agent_client = WorkspaceClient(
|
|
205
|
-
request.workspace_url,
|
|
218
|
+
request.workspace_url,
|
|
219
|
+
request.workspace_api_key,
|
|
220
|
+
agent_id=config.agent_id,
|
|
221
|
+
agent_name=agent_name,
|
|
206
222
|
)
|
|
207
223
|
joined = False
|
|
208
224
|
try:
|
|
209
|
-
await admin_client.register_agent(config.agent_id,
|
|
225
|
+
await admin_client.register_agent(config.agent_id, agent_name)
|
|
210
226
|
|
|
211
227
|
try:
|
|
212
228
|
await admin_client.join_workspace(
|
|
213
229
|
request.workspace_id,
|
|
214
230
|
config.agent_id,
|
|
215
|
-
|
|
231
|
+
agent_name,
|
|
216
232
|
)
|
|
217
233
|
joined = True
|
|
218
234
|
except Exception as join_err:
|
|
@@ -295,7 +311,8 @@ def create_workspace_router(
|
|
|
295
311
|
raise HTTPException(status_code=404, detail="Subscription not found")
|
|
296
312
|
|
|
297
313
|
client = WorkspaceClient(
|
|
298
|
-
record.workspace_url, record.workspace_api_key, agent_id=config.agent_id
|
|
314
|
+
record.workspace_url, record.workspace_api_key, agent_id=config.agent_id,
|
|
315
|
+
agent_name=agent_name,
|
|
299
316
|
)
|
|
300
317
|
try:
|
|
301
318
|
await client.unsubscribe_webhook(record.webhook_id)
|
|
@@ -387,7 +404,8 @@ def create_workspace_router(
|
|
|
387
404
|
return
|
|
388
405
|
|
|
389
406
|
client = WorkspaceClient(
|
|
390
|
-
record.workspace_url, record.workspace_api_key, agent_id=config.agent_id
|
|
407
|
+
record.workspace_url, record.workspace_api_key, agent_id=config.agent_id,
|
|
408
|
+
agent_name=agent_name,
|
|
391
409
|
)
|
|
392
410
|
cursor_store = CursorStore(session_storage)
|
|
393
411
|
|
|
@@ -589,6 +607,7 @@ def create_workspace_router(
|
|
|
589
607
|
memory_adapter=memory_adapter,
|
|
590
608
|
prefs_provider=prefs_provider,
|
|
591
609
|
webhook_notifier=webhook_notifier,
|
|
610
|
+
agent_name=agent_name,
|
|
592
611
|
)
|
|
593
612
|
|
|
594
613
|
try:
|
|
@@ -613,7 +632,8 @@ def create_workspace_router(
|
|
|
613
632
|
raise HTTPException(status_code=404, detail="Subscription not found")
|
|
614
633
|
|
|
615
634
|
cursor_store = CursorStore(session_storage)
|
|
616
|
-
poller.start(workspace_id, record, cursor_store, config.agent_id
|
|
635
|
+
poller.start(workspace_id, record, cursor_store, config.agent_id,
|
|
636
|
+
agent_name=agent_name)
|
|
617
637
|
return {"status": "polling", "workspace_id": workspace_id, "interval": poll_interval}
|
|
618
638
|
|
|
619
639
|
@router.post("/poll/stop/{workspace_id}")
|
{agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/workspace/session.py
RENAMED
|
@@ -55,6 +55,7 @@ class WorkspaceSession:
|
|
|
55
55
|
memory_adapter: Any | None = None,
|
|
56
56
|
prefs_provider: WorkspaceUserPreferencesProvider | None = None,
|
|
57
57
|
webhook_notifier: WebhookNotifier | None = None,
|
|
58
|
+
agent_name: str | None = None,
|
|
58
59
|
) -> None:
|
|
59
60
|
self._client = client
|
|
60
61
|
self._workspace_id = workspace_id
|
|
@@ -65,6 +66,7 @@ class WorkspaceSession:
|
|
|
65
66
|
self._memory_adapter = memory_adapter
|
|
66
67
|
self._prefs_provider = prefs_provider
|
|
67
68
|
self._webhook_notifier = webhook_notifier
|
|
69
|
+
self._agent_name = agent_name or agent_member_id
|
|
68
70
|
|
|
69
71
|
async def handle_webhook(self, payload: dict) -> None:
|
|
70
72
|
"""Process an incoming webhook payload.
|
|
@@ -147,7 +149,7 @@ class WorkspaceSession:
|
|
|
147
149
|
asyncio.create_task(
|
|
148
150
|
self._webhook_notifier.notify(
|
|
149
151
|
agent_id=self._config.agent_id,
|
|
150
|
-
agent_name=self.
|
|
152
|
+
agent_name=self._agent_name,
|
|
151
153
|
session_id=f"ws-{self._workspace_id}",
|
|
152
154
|
target_user_ids=[trigger_sender_id],
|
|
153
155
|
response_text=response_text,
|
|
@@ -162,27 +164,23 @@ class WorkspaceSession:
|
|
|
162
164
|
await self._update_cursor(trigger_message_id, expected_updated_at=cursor_updated_at)
|
|
163
165
|
|
|
164
166
|
async def _fetch_context_messages(self) -> list[WorkspaceMessage]:
|
|
165
|
-
"""Fetch messages from the workspace
|
|
166
|
-
cursor = await self._cursor_store.load(self._agent_member_id, self._workspace_id)
|
|
167
|
+
"""Fetch messages from the workspace for full conversational context.
|
|
167
168
|
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
self._workspace_id,
|
|
172
|
-
after_id=None,
|
|
173
|
-
limit=self._config.max_context_messages,
|
|
174
|
-
sort="desc",
|
|
175
|
-
)
|
|
176
|
-
messages.reverse()
|
|
177
|
-
else:
|
|
178
|
-
# Subsequent messages: get messages after cursor
|
|
179
|
-
messages = await self._client.get_messages(
|
|
180
|
-
self._workspace_id,
|
|
181
|
-
after_id=cursor,
|
|
182
|
-
limit=self._config.max_gap_messages + 1,
|
|
183
|
-
sort="asc",
|
|
184
|
-
)
|
|
169
|
+
Always loads the last ``max_context_messages`` from the workspace so
|
|
170
|
+
that every agent instance — even when multiple are spawned in parallel
|
|
171
|
+
for concurrent webhooks — sees the complete conversation history.
|
|
185
172
|
|
|
173
|
+
The cursor is **not** used here for fetching; it is only consumed by
|
|
174
|
+
``handle_webhook`` to decide whether to process a given trigger and to
|
|
175
|
+
advance after successful processing.
|
|
176
|
+
"""
|
|
177
|
+
messages = await self._client.get_messages(
|
|
178
|
+
self._workspace_id,
|
|
179
|
+
after_id=None,
|
|
180
|
+
limit=self._config.max_context_messages,
|
|
181
|
+
sort="desc",
|
|
182
|
+
)
|
|
183
|
+
messages.reverse()
|
|
186
184
|
return messages
|
|
187
185
|
|
|
188
186
|
async def _post_response(
|
{agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3/agent_framework_lib.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agent-framework-lib
|
|
3
|
-
Version: 0.8.4
|
|
3
|
+
Version: 0.8.4.post3
|
|
4
4
|
Summary: A comprehensive Python framework for building and serving conversational AI agents with FastAPI
|
|
5
5
|
Author-email: Sebastian Pavel <sebastian@cinco.ai>, Elliott Girard <elliott.girard@icloud.com>
|
|
6
6
|
Maintainer-email: Sebastian Pavel <sebastian@cinco.ai>
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "agent-framework-lib"
|
|
7
|
-
version = "0.8.
|
|
7
|
+
version = "0.8.4post3"
|
|
8
8
|
description = "A comprehensive Python framework for building and serving conversational AI agents with FastAPI"
|
|
9
9
|
readme = {file = "README.md", content-type = "text/markdown"}
|
|
10
10
|
license = {text = "MIT"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/a2a/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/core/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/core/agent_provider.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/core/base_agent.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/core/context_budget.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/core/loop_detector.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/core/model_clients.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/core/model_config.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/core/model_router.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/core/models.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/core/state_manager.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/memory/__init__.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/memory/agent_mixin.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/memory/base.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/memory/config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/memory/manager.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/memory/tools.py
RENAMED
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/monitoring/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/notifications/hub.py
RENAMED
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/processing/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/session/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/__init__.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/agent_mixin.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.4 → agent_framework_lib-0.8.4.post3}/agent_framework/skills/base.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|