agent-framework-lib 0.6.2__tar.gz → 0.6.2.post2__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.6.2/agent_framework_lib.egg-info → agent_framework_lib-0.6.2.post2}/PKG-INFO +1 -1
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/core/context_budget.py +26 -12
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/core/provider_calibration.py +57 -19
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2/agent_framework_lib.egg-info}/PKG-INFO +1 -1
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/pyproject.toml +1 -1
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/ARCHITECTURE.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/LICENSE +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/MANIFEST.in +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/README.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/__init__.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/a2a/__init__.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/a2a/base.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/a2a/endpoints/__init__.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/a2a/endpoints/a2a_router.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/a2a/endpoints/agent_card_builder.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/a2a/endpoints/agent_card_skill_builder.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/a2a/endpoints/jsonrpc_dispatcher.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/a2a/endpoints/models_jsonrpc.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/a2a/endpoints/sse_wrapper.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/a2a/endpoints/translation_layer.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/a2a/models.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/a2a/providers/__init__.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/a2a/providers/elasticsearch_provider.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/a2a/providers/postgres_provider.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/chart_generation/llm_refinement_loop.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/core/__init__.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/core/activity_formatter.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/core/agent_interface.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/core/agent_provider.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/core/base_agent.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/core/context_summarizer.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/core/elasticsearch_config_provider.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/core/implementation_validator.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/core/knowledge_state.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/core/loop_detector.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/core/model_clients.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/core/model_config.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/core/model_router.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/core/models.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/core/rich_content_prompt_unsused_to_be_deleted.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/core/scratchpad_compressor.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/core/state_manager.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/core/step_display_config.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/core/streaming_parts_accumulator.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/implementations/__init__.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/implementations/budget_aware_agent.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/implementations/llamaindex_agent.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/implementations/llamaindex_memory_adapter.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/implementations/microsoft_agent.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/memory/__init__.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/memory/agent_mixin.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/memory/base.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/memory/config.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/memory/manager.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/memory/personalization.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/memory/providers/__init__.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/memory/providers/graphiti_provider.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/memory/providers/memori_provider.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/memory/tools.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/monitoring/__init__.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/monitoring/api_timing_tracker.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/monitoring/elasticsearch_circuit_breaker.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/monitoring/elasticsearch_logging.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/monitoring/error_handling.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/monitoring/error_logging.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/monitoring/llm_auto_instrumentor.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/monitoring/llm_metrics.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/monitoring/llm_metrics_collector.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/monitoring/llm_metrics_extractor.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/monitoring/metrics_aggregator.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/monitoring/metrics_config.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/monitoring/observability_manager.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/monitoring/otel_instrumentor.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/monitoring/otel_logging_handler.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/monitoring/otel_metrics_recorder.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/monitoring/otel_setup.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/monitoring/performance_monitor.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/monitoring/progress_tracker.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/monitoring/resource_manager.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/monitoring/resource_metrics_collector.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/monitoring/streaming_latency_tracer.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/monitoring/timing_tracker.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/monitoring/token_counter.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/monitoring/tracing_context.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/processing/__init__.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/processing/ai_content_management.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/processing/markdown_converter.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/processing/multimodal_integration.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/processing/rich_content_validation.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/py.typed +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/session/__init__.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/session/elasticsearch_session_storage.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/session/session_storage.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/skills/__init__.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/skills/agent_mixin.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/skills/base.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/skills/builtin/__init__.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/skills/builtin/chart_skill.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/skills/builtin/file_access_skill.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/skills/builtin/file_skill.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/skills/builtin/form_skill.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/skills/builtin/image_display_skill.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/skills/builtin/mermaid_skill.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/skills/builtin/multimodal_skill.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/skills/builtin/optionsblock_skill.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/skills/builtin/pdf_skill.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/skills/builtin/pdf_with_images_skill.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/skills/builtin/table_skill.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/skills/builtin/unified_pdf_skill.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/skills/builtin/web_search_skill.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/skills/discovery_prompt.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/skills/tools.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/storage/__init__.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/storage/file_storages.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/storage/file_system_management.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/storage/storage_optimizer.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/tools/__init__.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/tools/adaptive_pdf_css.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/tools/base.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/tools/chart_tools.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/tools/file_access_tools.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/tools/file_tools.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/tools/html_content_analyzer.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/tools/mermaid_tools.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/tools/multimodal_tools.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/tools/pdf_image_scaler.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/tools/pdf_tools.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/tools/pdf_with_images_tool.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/tools/sizing_config.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/tools/tabledata_tools.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/tools/unified_pdf_tool.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/tools/web_search_tools.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/utils/__init__.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/utils/path_utils.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/utils/post_install.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/utils/session_title_generator.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/utils/source_detector.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/utils/special_blocks.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/__init__.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/admin_auth.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/admin_models.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/admin_router.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/admin_services.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/api_timing_middleware.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/docs/A2A_GUIDE.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/docs/CREATING_AGENTS.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/docs/DOCKER_SETUP.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/docs/Dockerfile +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/docs/GETTING_STARTED.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/docs/MEMORY_INSTALLATION.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/docs/README.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/docs/TOOLS_AND_MCP_GUIDE.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/docs/api-reference.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/docs/configuration.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/docs/docker-compose.yml +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/docs/examples/agent_example_multi_skills.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/docs/examples/agent_with_file_storage.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/docs/examples/agent_with_mcp.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/docs/examples/agent_with_memory.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/docs/examples/agent_with_memory_graphiti.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/docs/examples/agent_with_memory_hybrid.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/docs/examples/agent_with_memory_simple.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/docs/examples/custom_framework_agent.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/docs/examples/simple_agent.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/docs/examples/skills_demo_agent.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/docs/installation-guide.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/documentation_generator.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/helper_agent.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/helper_ui.html +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/modern_ui.html +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/observability/kibana-llm-dashboard-setup.json +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/observability/kibana-resource-metrics-dashboard.json +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/otel_tracing_middleware.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/server.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/test_app.html +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework_lib.egg-info/SOURCES.txt +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework_lib.egg-info/dependency_links.txt +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework_lib.egg-info/entry_points.txt +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework_lib.egg-info/requires.txt +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework_lib.egg-info/top_level.txt +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/docs/A2A_GUIDE.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/docs/ACTIVITY_OUTPUT_PART.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/docs/ARCHITECTURE_DIAGRAM.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/docs/CONCURRENCE_VS_PARALLELISME_GUIDE.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/docs/CREATING_AGENTS.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/docs/DOCKER_SETUP.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/docs/ELASTICSEARCH_DATA_STRUCTURES.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/docs/FILE_DOWNLOAD_LINKS.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/docs/FILE_STORAGE_GUIDE.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/docs/GETTING_STARTED.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/docs/HISTORY_MESSAGE_FORMAT.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/docs/IMPLEMENTATION_GUIDE_NEW_AGENT.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/docs/MEMORY_INSTALLATION.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/docs/MODIFICATIONS_CONCURRENCE.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/docs/MULTIMODAL_TOOLS_GUIDE.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/docs/OBSERVABILITY_GUIDE.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/docs/PYPI_PUBLISHING.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/docs/QA_STREAMING_LATENCY.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/docs/SPEC_CROSS_MODEL_HISTORY_CONVERSION.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/docs/STREAMING_EVENTS_FRONTEND.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/docs/TOOLS_AND_MCP_GUIDE.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/docs/api-reference.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/docs/configuration.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/docs/framework_audit_remarques.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/docs/installation-guide.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/examples/README.md +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/examples/agent_context_budget_test.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/examples/agent_example_multi_skills.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/examples/agent_exemple_test.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/examples/agent_training_with_apo.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/examples/agent_with_custom_tools_file_storage.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/examples/agent_with_file_storage.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/examples/agent_with_mcp.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/examples/agent_with_memory_graphiti.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/examples/agent_with_memory_hybrid.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/examples/agent_with_memory_simple.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/examples/agent_with_personalization.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/examples/biagenttest.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/examples/custom_framework_agent.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/examples/dependencies/docker-compose.yaml +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/examples/pyproject.toml +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/examples/simple_agent.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/examples/skills_demo_agent.py +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/setup.cfg +0 -0
- {agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/setup.py +0 -0
{agent_framework_lib-0.6.2/agent_framework_lib.egg-info → agent_framework_lib-0.6.2.post2}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agent-framework-lib
|
|
3
|
-
Version: 0.6.2
|
|
3
|
+
Version: 0.6.2.post2
|
|
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.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/core/context_budget.py
RENAMED
|
@@ -107,6 +107,7 @@ class BudgetSnapshot:
|
|
|
107
107
|
tool_definition_multiplier: float = 1.0
|
|
108
108
|
raw_tool_tokens: int = 0
|
|
109
109
|
estimated_tool_tokens: int = 0
|
|
110
|
+
tool_fixed_overhead: int = 0
|
|
110
111
|
|
|
111
112
|
|
|
112
113
|
class ContextBudgetManager:
|
|
@@ -140,6 +141,7 @@ class ContextBudgetManager:
|
|
|
140
141
|
self._tool_definition_tokens = 0
|
|
141
142
|
self._raw_tool_tokens = 0
|
|
142
143
|
self._tool_definition_multiplier = 1.0
|
|
144
|
+
self._tool_fixed_overhead = 0
|
|
143
145
|
|
|
144
146
|
# Resolution order: explicit parameter > env var > class constant
|
|
145
147
|
def _resolve(param, env_key, default):
|
|
@@ -248,18 +250,19 @@ class ContextBudgetManager:
|
|
|
248
250
|
total = self._token_counter.count_tokens(message.content or "").count
|
|
249
251
|
return total
|
|
250
252
|
|
|
251
|
-
#
|
|
252
|
-
#
|
|
253
|
-
#
|
|
254
|
-
#
|
|
255
|
-
TOOL_DEFINITION_MULTIPLIER =
|
|
253
|
+
# Les providers sérialisent les tool definitions avec un wrapping qui ajoute
|
|
254
|
+
# un overhead par rapport au JSON brut. Le modèle de calibration utilise :
|
|
255
|
+
# estimated_tokens = raw_tokens * multiplier + fixed_overhead
|
|
256
|
+
# Voir provider_calibration.py pour les valeurs par provider.
|
|
257
|
+
TOOL_DEFINITION_MULTIPLIER = 1.4 # Anthropic default, overridden per-provider
|
|
256
258
|
|
|
257
259
|
def set_sacred_zone(self, system_prompt: str, tool_definitions: str) -> int:
|
|
258
260
|
"""Compte et enregistre les tokens de la Zone Sacrée.
|
|
259
261
|
|
|
260
262
|
Le system prompt est compté tel quel (tiktoken est fiable pour du texte).
|
|
261
|
-
Les tool definitions reçoivent un multiplicateur calibré par provider
|
|
262
|
-
|
|
263
|
+
Les tool definitions reçoivent un multiplicateur calibré par provider
|
|
264
|
+
(wrapping XML/JSON) plus un overhead fixe (system prompt tool-use injecté
|
|
265
|
+
par le provider).
|
|
263
266
|
|
|
264
267
|
Args:
|
|
265
268
|
system_prompt: Prompt système complet (agent + skills + mémoire passive).
|
|
@@ -273,16 +276,25 @@ class ContextBudgetManager:
|
|
|
273
276
|
self._tool_definition_multiplier = ProviderCalibrationRegistry.get_multiplier(
|
|
274
277
|
self._model_name
|
|
275
278
|
)
|
|
276
|
-
self.
|
|
277
|
-
self.
|
|
279
|
+
self._tool_fixed_overhead = ProviderCalibrationRegistry.get_fixed_overhead(
|
|
280
|
+
self._model_name
|
|
278
281
|
)
|
|
282
|
+
# estimated = raw * multiplier + fixed_overhead (only if tools are present)
|
|
283
|
+
if self._raw_tool_tokens > 0:
|
|
284
|
+
self._tool_definition_tokens = (
|
|
285
|
+
int(self._raw_tool_tokens * self._tool_definition_multiplier)
|
|
286
|
+
+ self._tool_fixed_overhead
|
|
287
|
+
)
|
|
288
|
+
else:
|
|
289
|
+
self._tool_definition_tokens = 0
|
|
279
290
|
self._sacred_zone_tokens = self._prompt_tokens + self._tool_definition_tokens
|
|
280
291
|
logger.info(
|
|
281
|
-
"Sacred zone: %d tokens (prompt=%d, tools=%d raw * %.1fx = %d)",
|
|
292
|
+
"Sacred zone: %d tokens (prompt=%d, tools=%d raw * %.1fx + %d overhead = %d)",
|
|
282
293
|
self._sacred_zone_tokens,
|
|
283
294
|
self._prompt_tokens,
|
|
284
295
|
self._raw_tool_tokens,
|
|
285
296
|
self._tool_definition_multiplier,
|
|
297
|
+
self._tool_fixed_overhead if self._raw_tool_tokens > 0 else 0,
|
|
286
298
|
self._tool_definition_tokens,
|
|
287
299
|
)
|
|
288
300
|
if self._sacred_zone_tokens > 0.65 * self._context_window:
|
|
@@ -354,7 +366,8 @@ class ContextBudgetManager:
|
|
|
354
366
|
model_name=self._model_name,
|
|
355
367
|
tool_definition_multiplier=self._tool_definition_multiplier,
|
|
356
368
|
raw_tool_tokens=self._raw_tool_tokens,
|
|
357
|
-
estimated_tool_tokens=
|
|
369
|
+
estimated_tool_tokens=self._tool_definition_tokens,
|
|
370
|
+
tool_fixed_overhead=self._tool_fixed_overhead,
|
|
358
371
|
)
|
|
359
372
|
|
|
360
373
|
async def enforce_budget(
|
|
@@ -593,7 +606,8 @@ class ContextBudgetManager:
|
|
|
593
606
|
model_name=self._model_name,
|
|
594
607
|
tool_definition_multiplier=self._tool_definition_multiplier,
|
|
595
608
|
raw_tool_tokens=self._raw_tool_tokens,
|
|
596
|
-
estimated_tool_tokens=
|
|
609
|
+
estimated_tool_tokens=self._tool_definition_tokens,
|
|
610
|
+
tool_fixed_overhead=self._tool_fixed_overhead,
|
|
597
611
|
)
|
|
598
612
|
|
|
599
613
|
async def truncate_query_if_needed(
|
|
@@ -1,8 +1,16 @@
|
|
|
1
|
-
"""Provider-specific token calibration for tool definition
|
|
1
|
+
"""Provider-specific token calibration for tool definition overhead.
|
|
2
2
|
|
|
3
|
-
Provides
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
Provides calibration factors that account for the overhead each LLM provider
|
|
4
|
+
adds when serializing tool definitions. The model uses a fixed overhead
|
|
5
|
+
(provider system prompt for tool-use) plus a multiplier on the raw tool
|
|
6
|
+
definition tokens (XML/JSON wrapping per tool).
|
|
7
|
+
|
|
8
|
+
Previous calibration (2025-01) used a single 15x multiplier for Anthropic,
|
|
9
|
+
which was based on per-tool count_tokens calls that double-counted the shared
|
|
10
|
+
system overhead. See: https://www.async-let.com/posts/claude-code-mcp-token-reporting
|
|
11
|
+
|
|
12
|
+
Current calibration (2026-03) uses overhead + multiplier, measured against
|
|
13
|
+
Anthropic's batch count_tokens endpoint and OpenAI's tiktoken validation.
|
|
6
14
|
"""
|
|
7
15
|
|
|
8
16
|
from __future__ import annotations
|
|
@@ -19,6 +27,7 @@ class ProviderCalibration:
|
|
|
19
27
|
|
|
20
28
|
provider_name: str
|
|
21
29
|
tool_definition_multiplier: float
|
|
30
|
+
fixed_overhead_tokens: int
|
|
22
31
|
source: str
|
|
23
32
|
measured_date: str
|
|
24
33
|
notes: str = ""
|
|
@@ -27,35 +36,46 @@ class ProviderCalibration:
|
|
|
27
36
|
class ProviderCalibrationRegistry:
|
|
28
37
|
"""Registry of per-provider token calibration data.
|
|
29
38
|
|
|
30
|
-
Resolves the appropriate tool-definition
|
|
39
|
+
Resolves the appropriate tool-definition overhead for a given model
|
|
31
40
|
by detecting the provider from the model name.
|
|
41
|
+
|
|
42
|
+
The total estimated tool tokens = raw_tokens * multiplier + fixed_overhead.
|
|
32
43
|
"""
|
|
33
44
|
|
|
34
45
|
CALIBRATIONS: dict[str, ProviderCalibration] = {
|
|
35
46
|
"anthropic": ProviderCalibration(
|
|
36
47
|
provider_name="anthropic",
|
|
37
|
-
tool_definition_multiplier=
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
48
|
+
tool_definition_multiplier=1.4,
|
|
49
|
+
fixed_overhead_tokens=350,
|
|
50
|
+
source="batch_count_tokens_measurement_2026-03",
|
|
51
|
+
measured_date="2026-03",
|
|
52
|
+
notes=(
|
|
53
|
+
"Anthropic injects a hidden tool-use system prompt (~350 tokens) "
|
|
54
|
+
"and wraps each tool in XML. The 1.4x multiplier accounts for "
|
|
55
|
+
"XML wrapping overhead on the raw JSON schema. Previous 15x was "
|
|
56
|
+
"based on per-tool counting that repeated the system overhead."
|
|
57
|
+
),
|
|
41
58
|
),
|
|
42
59
|
"openai": ProviderCalibration(
|
|
43
60
|
provider_name="openai",
|
|
44
|
-
tool_definition_multiplier=
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
61
|
+
tool_definition_multiplier=1.1,
|
|
62
|
+
fixed_overhead_tokens=100,
|
|
63
|
+
source="tiktoken_validation_2026-03",
|
|
64
|
+
measured_date="2026-03",
|
|
65
|
+
notes="OpenAI function-calling format, minimal overhead over JSON schema",
|
|
48
66
|
),
|
|
49
67
|
"google": ProviderCalibration(
|
|
50
68
|
provider_name="google",
|
|
51
|
-
tool_definition_multiplier=
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
69
|
+
tool_definition_multiplier=1.2,
|
|
70
|
+
fixed_overhead_tokens=150,
|
|
71
|
+
source="estimated_2026-03",
|
|
72
|
+
measured_date="2026-03",
|
|
73
|
+
notes="Gemini tool-use format, similar to OpenAI with slight extra wrapping",
|
|
55
74
|
),
|
|
56
75
|
}
|
|
57
76
|
|
|
58
|
-
DEFAULT_MULTIPLIER: float = 5
|
|
77
|
+
DEFAULT_MULTIPLIER: float = 1.5
|
|
78
|
+
DEFAULT_FIXED_OVERHEAD: int = 200
|
|
59
79
|
|
|
60
80
|
# Prefix-to-provider mapping for model name detection
|
|
61
81
|
_PROVIDER_PREFIXES: dict[str, str] = {
|
|
@@ -105,7 +125,7 @@ class ProviderCalibrationRegistry:
|
|
|
105
125
|
def get_multiplier(cls, model_name: str) -> float:
|
|
106
126
|
"""Resolve the tool-definition multiplier for a model.
|
|
107
127
|
|
|
108
|
-
Falls back to DEFAULT_MULTIPLIER
|
|
128
|
+
Falls back to DEFAULT_MULTIPLIER and logs INFO when the
|
|
109
129
|
provider is not recognized.
|
|
110
130
|
|
|
111
131
|
Args:
|
|
@@ -124,3 +144,21 @@ class ProviderCalibrationRegistry:
|
|
|
124
144
|
cls.DEFAULT_MULTIPLIER,
|
|
125
145
|
)
|
|
126
146
|
return cls.DEFAULT_MULTIPLIER
|
|
147
|
+
|
|
148
|
+
@classmethod
|
|
149
|
+
def get_fixed_overhead(cls, model_name: str) -> int:
|
|
150
|
+
"""Resolve the fixed tool-use overhead tokens for a model.
|
|
151
|
+
|
|
152
|
+
This accounts for the hidden system prompt that providers inject
|
|
153
|
+
when tools are present (e.g. Anthropic's tool-use preamble).
|
|
154
|
+
|
|
155
|
+
Args:
|
|
156
|
+
model_name: Name of the LLM model.
|
|
157
|
+
|
|
158
|
+
Returns:
|
|
159
|
+
Fixed overhead in tokens, or the default.
|
|
160
|
+
"""
|
|
161
|
+
calibration = cls.get_calibration(model_name)
|
|
162
|
+
if calibration is not None:
|
|
163
|
+
return calibration.fixed_overhead_tokens
|
|
164
|
+
return cls.DEFAULT_FIXED_OVERHEAD
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2/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.6.2
|
|
3
|
+
Version: 0.6.2.post2
|
|
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.6.
|
|
7
|
+
version = "0.6.2post2"
|
|
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.6.2 → agent_framework_lib-0.6.2.post2}/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
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/core/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/core/agent_provider.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/core/base_agent.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/core/loop_detector.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/core/model_clients.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/core/model_config.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/core/model_router.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/core/models.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/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.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/memory/__init__.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/memory/agent_mixin.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/memory/base.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/memory/config.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/memory/manager.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/memory/tools.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/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
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/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.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/session/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/skills/__init__.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/skills/agent_mixin.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/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
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/skills/tools.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/storage/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/tools/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/tools/chart_tools.py
RENAMED
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/tools/file_tools.py
RENAMED
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/tools/mermaid_tools.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/tools/pdf_tools.py
RENAMED
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/tools/sizing_config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/utils/__init__.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/utils/path_utils.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/utils/post_install.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/__init__.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/admin_auth.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/admin_models.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/admin_router.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/admin_services.py
RENAMED
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/docs/A2A_GUIDE.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/docs/Dockerfile
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/docs/README.md
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
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/helper_agent.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/helper_ui.html
RENAMED
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/modern_ui.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/agent_framework/web/test_app.html
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
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/docs/ELASTICSEARCH_DATA_STRUCTURES.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/docs/HISTORY_MESSAGE_FORMAT.md
RENAMED
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/docs/IMPLEMENTATION_GUIDE_NEW_AGENT.md
RENAMED
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/docs/MODIFICATIONS_CONCURRENCE.md
RENAMED
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/docs/MULTIMODAL_TOOLS_GUIDE.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/docs/STREAMING_EVENTS_FRONTEND.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/docs/framework_audit_remarques.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/examples/agent_context_budget_test.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/examples/agent_example_multi_skills.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/examples/agent_exemple_test.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/examples/agent_training_with_apo.py
RENAMED
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/examples/agent_with_file_storage.py
RENAMED
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/examples/agent_with_memory_graphiti.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/examples/agent_with_memory_hybrid.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/examples/agent_with_memory_simple.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/examples/agent_with_personalization.py
RENAMED
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.6.2 → agent_framework_lib-0.6.2.post2}/examples/custom_framework_agent.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|