agent-framework-lib 0.8.7.post2__tar.gz → 0.8.7.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.7.post2/agent_framework_lib.egg-info → agent_framework_lib-0.8.7.post3}/PKG-INFO +5 -5
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/core/context_budget.py +2 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/core/model_config.py +2 -1
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/core/model_router.py +8 -2
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/monitoring/token_counter.py +3 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3/agent_framework_lib.egg-info}/PKG-INFO +5 -5
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework_lib.egg-info/requires.txt +4 -4
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/pyproject.toml +7 -7
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/ARCHITECTURE.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/LICENSE +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/MANIFEST.in +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/README.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/__init__.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/a2a/__init__.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/a2a/base.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/a2a/endpoints/__init__.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/a2a/endpoints/a2a_router.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/a2a/endpoints/agent_card_builder.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/a2a/endpoints/agent_card_skill_builder.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/a2a/endpoints/jsonrpc_dispatcher.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/a2a/endpoints/models_jsonrpc.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/a2a/endpoints/sse_wrapper.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/a2a/endpoints/translation_layer.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/a2a/models.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/a2a/providers/__init__.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/a2a/providers/elasticsearch_provider.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/a2a/providers/postgres_provider.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/capabilities/__init__.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/capabilities/resolver.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/code_delivery/__init__.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/code_delivery/audit.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/code_delivery/config.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/code_delivery/git_provider.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/code_delivery/herdr_client.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/code_delivery/models.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/code_delivery/orchestrator.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/code_delivery/tools.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/core/__init__.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/core/activity_formatter.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/core/agent_interface.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/core/agent_provider.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/core/base_agent.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/core/context_summarizer.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/core/elasticsearch_config_provider.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/core/execution_controller.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/core/implementation_validator.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/core/interruption_message.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/core/knowledge_state.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/core/loop_detector.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/core/model_clients.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/core/models.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/core/prompt_builder.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/core/provider_calibration.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/core/scratchpad_compressor.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/core/scratchpad_serializer.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/core/state_manager.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/core/step_display_config.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/core/streaming_parts_accumulator.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/implementations/__init__.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/implementations/budget_aware_agent.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/implementations/llamaindex_agent.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/implementations/llamaindex_memory_adapter.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/implementations/microsoft_agent.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/memory/__init__.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/memory/agent_mixin.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/memory/base.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/memory/config.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/memory/hypothesis_engine.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/memory/implicit_feedback.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/memory/manager.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/memory/personalization.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/memory/providers/__init__.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/memory/providers/graphiti_provider.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/memory/providers/memori_provider.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/memory/response_lessons.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/memory/tools.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/memory/work_patterns.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/monitoring/__init__.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/monitoring/api_timing_tracker.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/monitoring/elasticsearch_circuit_breaker.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/monitoring/elasticsearch_logging.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/monitoring/error_handling.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/monitoring/error_logging.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/monitoring/llm_auto_instrumentor.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/monitoring/llm_metrics.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/monitoring/llm_metrics_collector.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/monitoring/llm_metrics_extractor.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/monitoring/metrics_aggregator.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/monitoring/metrics_config.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/monitoring/observability_manager.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/monitoring/otel_instrumentor.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/monitoring/otel_logging_handler.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/monitoring/otel_metrics_recorder.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/monitoring/otel_setup.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/monitoring/performance_monitor.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/monitoring/progress_tracker.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/monitoring/resource_manager.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/monitoring/resource_metrics_collector.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/monitoring/streaming_latency_tracer.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/monitoring/timing_tracker.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/monitoring/tracing_context.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/notifications/__init__.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/notifications/hub.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/notifications/webhook_notifier.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/processing/__init__.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/processing/ai_content_management.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/processing/markdown_converter.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/processing/multimodal_integration.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/processing/rich_content_validation.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/py.typed +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/session/__init__.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/session/elasticsearch_session_storage.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/session/session_storage.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/__init__.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/agent_mixin.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/base.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/__init__.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/scripts/__init__.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/scripts/create_and_register.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/scripts/register_to_storage.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/chart/SKILL.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/chart/chart_to_image.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/code_delivery/SKILL.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/code_format/SKILL.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/code_format/format_python.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/csv/SKILL.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/csv/create_csv.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/csv/read_csv.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/csv/transform_csv.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/data_format/SKILL.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/data_format/json_to_yaml.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/data_format/yaml_to_json.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/drawio/SKILL.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/drawio/create_drawio.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/email_template/SKILL.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/excel/SKILL.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/excel/create_excel.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/file/SKILL.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/file/create_file.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/file/list_files.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/file/read_file.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/file_access/SKILL.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/file_access/download_to_local.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/file_access/get_file_path.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/form/SKILL.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/image_display/SKILL.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/image_gen/SKILL.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/image_gen/create_image.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/image_gen/generate_image.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/mermaid/SKILL.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/mermaid/mermaid_to_image.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/multimodal/SKILL.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/optionsblock/SKILL.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/powerpoint/SKILL.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/powerpoint/create_powerpoint.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/powerpoint/templates/Big Data Infographics.pptx +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/powerpoint/templates/Executive Design Pitch Deck.pptx +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/powerpoint/templates/Management Consulting Toolkit.pptx +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/powerpoint/templates/__init__.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/powerpoint/templates/generate_templates.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/skill_creator/SKILL.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/skill_creator/skill_api.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/table/SKILL.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/table/table_to_image.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/unified_pdf/SKILL.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/unified_pdf/create_pdf.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/web_news_search/SKILL.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/web_news_search/web_news_search.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/word/SKILL.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/builtin/skills/word/create_word.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/custom_skill_manager.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/discovery_prompt.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/markdown_loader.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/skills/tools.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/storage/__init__.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/storage/file_storages.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/storage/file_system_management.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/storage/storage_optimizer.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/subagents/__init__.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/subagents/executor.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/subagents/message_injector.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/subagents/message_queue.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/subagents/retrigger.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/subagents/spawn_tool.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/tools/__init__.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/tools/activity_callback.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/tools/adaptive_pdf_css.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/tools/base.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/tools/html_content_analyzer.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/tools/multimodal_tools.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/tools/pdf_image_scaler.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/tools/shell_tool.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/tools/sizing_config.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/tools/web_fetch_tool.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/tools/web_search_tool.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/utils/__init__.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/utils/path_utils.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/utils/post_install.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/utils/session_title_generator.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/utils/source_detector.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/utils/special_blocks.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/__init__.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/admin_auth.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/admin_models.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/admin_router.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/admin_services.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/api_timing_middleware.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/docs/A2A_GUIDE.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/docs/BUILTIN_SKILLS_REFERENCE.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/docs/CREATING_AGENTS.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/docs/CUSTOM_SKILLS_GUIDE.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/docs/DOCKER_SETUP.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/docs/Dockerfile +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/docs/GETTING_STARTED.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/docs/GITNEXUS_USER_GUIDE.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/docs/MEMORY_INSTALLATION.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/docs/README.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/docs/TOOLS_AND_MCP_GUIDE.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/docs/WORKSPACE_INTEGRATION.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/docs/api-reference.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/docs/configuration.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/docs/docker-compose.yml +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/docs/examples/agent_example_multi_skills.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/docs/examples/agent_with_file_storage.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/docs/examples/agent_with_mcp.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/docs/examples/agent_with_memory.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/docs/examples/agent_with_memory_graphiti.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/docs/examples/agent_with_memory_hybrid.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/docs/examples/agent_with_memory_simple.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/docs/examples/custom_framework_agent.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/docs/examples/simple_agent.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/docs/examples/skills_demo_agent.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/docs/installation-guide.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/documentation_generator.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/gitnexus_client.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/helper_agent.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/helper_ui.html +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/modern_ui.html +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/observability/kibana-llm-dashboard-setup.json +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/observability/kibana-resource-metrics-dashboard.json +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/otel_tracing_middleware.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/server.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/skills_router.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/web/test_app.html +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/workspace/__init__.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/workspace/artefacts.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/workspace/client.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/workspace/config.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/workspace/context.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/workspace/cursor.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/workspace/memory.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/workspace/models.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/workspace/poller.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/workspace/preferences.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/workspace/router.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/workspace/session.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/workspace/subscription.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework_lib.egg-info/SOURCES.txt +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework_lib.egg-info/dependency_links.txt +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework_lib.egg-info/entry_points.txt +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework_lib.egg-info/top_level.txt +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/docs/A2A_GUIDE.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/docs/ACTIVITY_OUTPUT_PART.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/docs/ARCHITECTURE_DIAGRAM.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/docs/BUILTIN_SKILLS_REFERENCE.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/docs/CANCEL_AND_INTERRUPT_FRONTEND.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/docs/CONCURRENCE_VS_PARALLELISME_GUIDE.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/docs/CREATING_AGENTS.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/docs/CUSTOM_SKILLS_GUIDE.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/docs/DEEPEVAL_TEST_REPORT.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/docs/DOCKER_SETUP.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/docs/ELASTICSEARCH_DATA_STRUCTURES.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/docs/FILE_DOWNLOAD_LINKS.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/docs/FILE_STORAGE_GUIDE.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/docs/GETTING_STARTED.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/docs/GITNEXUS_USER_GUIDE.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/docs/HISTORY_MESSAGE_FORMAT.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/docs/IMPLEMENTATION_GUIDE_NEW_AGENT.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/docs/MEMORY_INSTALLATION.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/docs/MODIFICATIONS_CONCURRENCE.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/docs/MULTIMODAL_TOOLS_GUIDE.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/docs/OBSERVABILITY_GUIDE.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/docs/PYPI_PUBLISHING.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/docs/QA_STREAMING_LATENCY.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/docs/SCREENSHOTS_GUIDE.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/docs/SPEC_CROSS_MODEL_HISTORY_CONVERSION.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/docs/SSE_NOTIFICATIONS_GUIDE.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/docs/STREAMING_EVENTS_FRONTEND.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/docs/TOOLS_AND_MCP_GUIDE.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/docs/WORKSPACE_INTEGRATION.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/docs/api-reference.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/docs/configuration.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/docs/framework_audit_remarques.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/docs/helper_agent.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/docs/index.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/docs/installation-guide.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/examples/README.md +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/examples/agent_context_budget_test.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/examples/agent_example_multi_skills.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/examples/agent_exemple_test.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/examples/agent_training_with_apo.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/examples/agent_with_custom_tools_file_storage.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/examples/agent_with_file_storage.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/examples/agent_with_mcp.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/examples/agent_with_memory_graphiti.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/examples/agent_with_memory_hybrid.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/examples/agent_with_memory_simple.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/examples/agent_with_personalization.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/examples/biagenttest.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/examples/custom_framework_agent.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/examples/dependencies/docker-compose.yaml +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/examples/pyproject.toml +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/examples/simple_agent.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/examples/skills_demo_agent.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/examples/test_work_patterns_live.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/examples/workspace_test_agent.py +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/setup.cfg +0 -0
- {agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agent-framework-lib
|
|
3
|
-
Version: 0.8.7.
|
|
3
|
+
Version: 0.8.7.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>
|
|
@@ -58,8 +58,8 @@ Requires-Dist: beautifulsoup4>=4.12.0
|
|
|
58
58
|
Requires-Dist: llama-index>=0.14.16
|
|
59
59
|
Requires-Dist: llama-index-core>=0.14.16
|
|
60
60
|
Requires-Dist: llama-index-workflows>=2.16.0
|
|
61
|
-
Requires-Dist: llama-index-llms-openai>=0.
|
|
62
|
-
Requires-Dist: llama-index-llms-anthropic>=0.11.
|
|
61
|
+
Requires-Dist: llama-index-llms-openai>=0.7.9
|
|
62
|
+
Requires-Dist: llama-index-llms-anthropic>=0.11.5
|
|
63
63
|
Requires-Dist: llama-index-llms-google-genai>=0.1.0
|
|
64
64
|
Requires-Dist: graphiti-core>=0.24.3
|
|
65
65
|
Requires-Dist: tiktoken>=0.7.0
|
|
@@ -77,9 +77,9 @@ Provides-Extra: llamaindex
|
|
|
77
77
|
Requires-Dist: llama-index>=0.14.16; extra == "llamaindex"
|
|
78
78
|
Requires-Dist: llama-index-core>=0.14.16; extra == "llamaindex"
|
|
79
79
|
Requires-Dist: llama-index-workflows>=2.16.0; extra == "llamaindex"
|
|
80
|
-
Requires-Dist: llama-index-llms-openai>=0.
|
|
80
|
+
Requires-Dist: llama-index-llms-openai>=0.7.9; extra == "llamaindex"
|
|
81
81
|
Requires-Dist: llama-index-llms-google-genai>=0.1.0; extra == "llamaindex"
|
|
82
|
-
Requires-Dist: llama-index-llms-anthropic>=0.11.
|
|
82
|
+
Requires-Dist: llama-index-llms-anthropic>=0.11.5; extra == "llamaindex"
|
|
83
83
|
Provides-Extra: mcp
|
|
84
84
|
Requires-Dist: llama-index-tools-mcp>=0.4.0; extra == "mcp"
|
|
85
85
|
Provides-Extra: websearch
|
|
@@ -43,7 +43,9 @@ class ModelContextRegistry:
|
|
|
43
43
|
# Advanced tier
|
|
44
44
|
"gpt-5.2": 272_000,
|
|
45
45
|
"gpt-5.4": 1_050_000,
|
|
46
|
+
"gpt-5.5": 400_000,
|
|
46
47
|
"claude-opus-4-6": 200_000,
|
|
48
|
+
"claude-opus-4-8": 200_000,
|
|
47
49
|
"claude-sonnet-4-6": 1_000_000,
|
|
48
50
|
"claude-opus-4-5-20251101": 200_000,
|
|
49
51
|
"gemini-2.5-pro": 1_048_576,
|
|
@@ -89,8 +89,8 @@ class ModelConfigManager:
|
|
|
89
89
|
DEFAULT_OPENAI_MODELS: Final[list[str]] = [
|
|
90
90
|
"gpt-5.4-nano",
|
|
91
91
|
"gpt-5.4-mini",
|
|
92
|
-
"gpt-5.2",
|
|
93
92
|
"gpt-5.4",
|
|
93
|
+
"gpt-5.5",
|
|
94
94
|
]
|
|
95
95
|
|
|
96
96
|
DEFAULT_ANTHROPIC_MODELS: Final[list[str]] = [
|
|
@@ -98,6 +98,7 @@ class ModelConfigManager:
|
|
|
98
98
|
"claude-sonnet-4-6",
|
|
99
99
|
"claude-opus-4-5-20251101",
|
|
100
100
|
"claude-opus-4-6",
|
|
101
|
+
"claude-opus-4-8",
|
|
101
102
|
]
|
|
102
103
|
|
|
103
104
|
DEFAULT_GEMINI_MODELS: Final[list[str]] = [
|
|
@@ -128,23 +128,29 @@ class ModelRouter:
|
|
|
128
128
|
"""
|
|
129
129
|
|
|
130
130
|
# Default tier preferences (used when env vars not set)
|
|
131
|
+
# Claude est préféré par défaut dans chaque tier (Haiku → Sonnet → Opus) ;
|
|
132
|
+
# les autres modèles restent en repli si la clé Anthropic est absente ou si
|
|
133
|
+
# aucun modèle Claude du tier n'est disponible.
|
|
131
134
|
DEFAULT_LIGHT_MODELS: list[str] = [
|
|
135
|
+
"claude-haiku-4-5-20251001",
|
|
132
136
|
"gpt-5.4-nano",
|
|
133
137
|
"gemini-2.5-flash-lite",
|
|
134
138
|
"gemini-3.1-flash-lite-preview",
|
|
135
139
|
]
|
|
136
140
|
DEFAULT_STANDARD_MODELS: list[str] = [
|
|
141
|
+
"claude-sonnet-4-6",
|
|
137
142
|
"gpt-5.4-mini",
|
|
138
143
|
"claude-haiku-4-5-20251001",
|
|
139
144
|
"gemini-2.5-flash",
|
|
140
145
|
"gemini-3-flash-preview",
|
|
141
146
|
]
|
|
142
147
|
DEFAULT_ADVANCED_MODELS: list[str] = [
|
|
143
|
-
"
|
|
144
|
-
"gpt-5.
|
|
148
|
+
"claude-opus-4-8",
|
|
149
|
+
"gpt-5.5",
|
|
145
150
|
"claude-sonnet-4-6",
|
|
146
151
|
"claude-opus-4-6",
|
|
147
152
|
"claude-opus-4-5-20251101",
|
|
153
|
+
"gpt-5.4",
|
|
148
154
|
"gemini-2.5-pro",
|
|
149
155
|
"gemini-3.1-pro-preview",
|
|
150
156
|
]
|
|
@@ -69,6 +69,8 @@ class TokenCounter:
|
|
|
69
69
|
"gpt-5.4": "o200k_base",
|
|
70
70
|
"gpt-5.4-mini": "o200k_base",
|
|
71
71
|
"gpt-5.4-nano": "o200k_base",
|
|
72
|
+
# OpenAI GPT-5.5 series (o200k_base)
|
|
73
|
+
"gpt-5.5": "o200k_base",
|
|
72
74
|
# OpenAI GPT-5.2 series (o200k_base)
|
|
73
75
|
"gpt-5.2": "o200k_base",
|
|
74
76
|
# OpenAI GPT-4o series (o200k_base)
|
|
@@ -100,6 +102,7 @@ class TokenCounter:
|
|
|
100
102
|
"claude-sonnet-4-6": "cl100k_base",
|
|
101
103
|
"claude-opus-4-5-20251101": "cl100k_base",
|
|
102
104
|
"claude-opus-4-6": "cl100k_base",
|
|
105
|
+
"claude-opus-4-8": "cl100k_base",
|
|
103
106
|
"claude-3-opus-20240229": "cl100k_base",
|
|
104
107
|
"claude-3-sonnet-20240229": "cl100k_base",
|
|
105
108
|
"claude-3-haiku-20240307": "cl100k_base",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agent-framework-lib
|
|
3
|
-
Version: 0.8.7.
|
|
3
|
+
Version: 0.8.7.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>
|
|
@@ -58,8 +58,8 @@ Requires-Dist: beautifulsoup4>=4.12.0
|
|
|
58
58
|
Requires-Dist: llama-index>=0.14.16
|
|
59
59
|
Requires-Dist: llama-index-core>=0.14.16
|
|
60
60
|
Requires-Dist: llama-index-workflows>=2.16.0
|
|
61
|
-
Requires-Dist: llama-index-llms-openai>=0.
|
|
62
|
-
Requires-Dist: llama-index-llms-anthropic>=0.11.
|
|
61
|
+
Requires-Dist: llama-index-llms-openai>=0.7.9
|
|
62
|
+
Requires-Dist: llama-index-llms-anthropic>=0.11.5
|
|
63
63
|
Requires-Dist: llama-index-llms-google-genai>=0.1.0
|
|
64
64
|
Requires-Dist: graphiti-core>=0.24.3
|
|
65
65
|
Requires-Dist: tiktoken>=0.7.0
|
|
@@ -77,9 +77,9 @@ Provides-Extra: llamaindex
|
|
|
77
77
|
Requires-Dist: llama-index>=0.14.16; extra == "llamaindex"
|
|
78
78
|
Requires-Dist: llama-index-core>=0.14.16; extra == "llamaindex"
|
|
79
79
|
Requires-Dist: llama-index-workflows>=2.16.0; extra == "llamaindex"
|
|
80
|
-
Requires-Dist: llama-index-llms-openai>=0.
|
|
80
|
+
Requires-Dist: llama-index-llms-openai>=0.7.9; extra == "llamaindex"
|
|
81
81
|
Requires-Dist: llama-index-llms-google-genai>=0.1.0; extra == "llamaindex"
|
|
82
|
-
Requires-Dist: llama-index-llms-anthropic>=0.11.
|
|
82
|
+
Requires-Dist: llama-index-llms-anthropic>=0.11.5; extra == "llamaindex"
|
|
83
83
|
Provides-Extra: mcp
|
|
84
84
|
Requires-Dist: llama-index-tools-mcp>=0.4.0; extra == "mcp"
|
|
85
85
|
Provides-Extra: websearch
|
|
@@ -23,8 +23,8 @@ beautifulsoup4>=4.12.0
|
|
|
23
23
|
llama-index>=0.14.16
|
|
24
24
|
llama-index-core>=0.14.16
|
|
25
25
|
llama-index-workflows>=2.16.0
|
|
26
|
-
llama-index-llms-openai>=0.
|
|
27
|
-
llama-index-llms-anthropic>=0.11.
|
|
26
|
+
llama-index-llms-openai>=0.7.9
|
|
27
|
+
llama-index-llms-anthropic>=0.11.5
|
|
28
28
|
llama-index-llms-google-genai>=0.1.0
|
|
29
29
|
graphiti-core>=0.24.3
|
|
30
30
|
tiktoken>=0.7.0
|
|
@@ -91,9 +91,9 @@ neo4j>=5.0.0
|
|
|
91
91
|
llama-index>=0.14.16
|
|
92
92
|
llama-index-core>=0.14.16
|
|
93
93
|
llama-index-workflows>=2.16.0
|
|
94
|
-
llama-index-llms-openai>=0.
|
|
94
|
+
llama-index-llms-openai>=0.7.9
|
|
95
95
|
llama-index-llms-google-genai>=0.1.0
|
|
96
|
-
llama-index-llms-anthropic>=0.11.
|
|
96
|
+
llama-index-llms-anthropic>=0.11.5
|
|
97
97
|
|
|
98
98
|
[mcp]
|
|
99
99
|
llama-index-tools-mcp>=0.4.0
|
|
@@ -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.7post3"
|
|
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"}
|
|
@@ -84,8 +84,8 @@ dependencies = [
|
|
|
84
84
|
"llama-index>=0.14.16",
|
|
85
85
|
"llama-index-core>=0.14.16",
|
|
86
86
|
"llama-index-workflows>=2.16.0",
|
|
87
|
-
"llama-index-llms-openai>=0.
|
|
88
|
-
"llama-index-llms-anthropic>=0.11.
|
|
87
|
+
"llama-index-llms-openai>=0.7.9",
|
|
88
|
+
"llama-index-llms-anthropic>=0.11.5",
|
|
89
89
|
"llama-index-llms-google-genai>=0.1.0",
|
|
90
90
|
# Memory providers (base graphiti without specific driver)
|
|
91
91
|
"graphiti-core>=0.24.3",
|
|
@@ -111,9 +111,9 @@ llamaindex = [
|
|
|
111
111
|
"llama-index>=0.14.16",
|
|
112
112
|
"llama-index-core>=0.14.16",
|
|
113
113
|
"llama-index-workflows>=2.16.0",
|
|
114
|
-
"llama-index-llms-openai>=0.
|
|
114
|
+
"llama-index-llms-openai>=0.7.9",
|
|
115
115
|
"llama-index-llms-google-genai>=0.1.0",
|
|
116
|
-
"llama-index-llms-anthropic>=0.11.
|
|
116
|
+
"llama-index-llms-anthropic>=0.11.5"
|
|
117
117
|
]
|
|
118
118
|
|
|
119
119
|
# MCP (Model Context Protocol) support
|
|
@@ -526,9 +526,9 @@ llamaindex = [
|
|
|
526
526
|
"llama-index>=0.14.16",
|
|
527
527
|
"llama-index-core>=0.14.16",
|
|
528
528
|
"llama-index-workflows>=2.16.0",
|
|
529
|
-
"llama-index-llms-openai>=0.
|
|
529
|
+
"llama-index-llms-openai>=0.7.9",
|
|
530
530
|
"llama-index-llms-google-genai>=0.1.0",
|
|
531
|
-
"llama-index-llms-anthropic>=0.11.
|
|
531
|
+
"llama-index-llms-anthropic>=0.11.5",
|
|
532
532
|
]
|
|
533
533
|
|
|
534
534
|
# MCP support
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/__init__.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/a2a/__init__.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/a2a/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
|
{agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/a2a/models.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
|
{agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/core/__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
|
{agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/core/models.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
|
{agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/memory/base.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/memory/config.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
|
{agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/memory/tools.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.post3}/agent_framework/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.7.post2 → agent_framework_lib-0.8.7.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|