agent-framework-lib 0.8.7__tar.gz → 0.8.7.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.8.7/agent_framework_lib.egg-info → agent_framework_lib-0.8.7.post2}/PKG-INFO +1 -1
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/code_delivery/audit.py +18 -13
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/code_delivery/config.py +1 -3
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/code_delivery/git_provider.py +3 -9
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/code_delivery/herdr_client.py +4 -12
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/code_delivery/orchestrator.py +22 -38
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2/agent_framework/web/docs}/examples/agent_example_multi_skills.py +1 -1
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/server.py +6 -14
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2/agent_framework_lib.egg-info}/PKG-INFO +1 -1
- {agent_framework_lib-0.8.7/agent_framework/web/docs → agent_framework_lib-0.8.7.post2}/examples/agent_example_multi_skills.py +1 -1
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/pyproject.toml +1 -1
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/ARCHITECTURE.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/LICENSE +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/MANIFEST.in +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/README.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/__init__.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/a2a/__init__.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/a2a/base.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/a2a/endpoints/__init__.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/a2a/endpoints/a2a_router.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/a2a/endpoints/agent_card_builder.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/a2a/endpoints/agent_card_skill_builder.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/a2a/endpoints/jsonrpc_dispatcher.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/a2a/endpoints/models_jsonrpc.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/a2a/endpoints/sse_wrapper.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/a2a/endpoints/translation_layer.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/a2a/models.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/a2a/providers/__init__.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/a2a/providers/elasticsearch_provider.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/a2a/providers/postgres_provider.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/capabilities/__init__.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/capabilities/resolver.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/code_delivery/__init__.py +1 -1
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/code_delivery/models.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/code_delivery/tools.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/core/__init__.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/core/activity_formatter.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/core/agent_interface.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/core/agent_provider.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/core/base_agent.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/core/context_budget.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/core/context_summarizer.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/core/elasticsearch_config_provider.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/core/execution_controller.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/core/implementation_validator.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/core/interruption_message.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/core/knowledge_state.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/core/loop_detector.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/core/model_clients.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/core/model_config.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/core/model_router.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/core/models.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/core/prompt_builder.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/core/provider_calibration.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/core/scratchpad_compressor.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/core/scratchpad_serializer.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/core/state_manager.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/core/step_display_config.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/core/streaming_parts_accumulator.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/implementations/__init__.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/implementations/budget_aware_agent.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/implementations/llamaindex_agent.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/implementations/llamaindex_memory_adapter.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/implementations/microsoft_agent.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/memory/__init__.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/memory/agent_mixin.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/memory/base.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/memory/config.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/memory/hypothesis_engine.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/memory/implicit_feedback.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/memory/manager.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/memory/personalization.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/memory/providers/__init__.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/memory/providers/graphiti_provider.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/memory/providers/memori_provider.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/memory/response_lessons.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/memory/tools.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/memory/work_patterns.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/monitoring/__init__.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/monitoring/api_timing_tracker.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/monitoring/elasticsearch_circuit_breaker.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/monitoring/elasticsearch_logging.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/monitoring/error_handling.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/monitoring/error_logging.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/monitoring/llm_auto_instrumentor.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/monitoring/llm_metrics.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/monitoring/llm_metrics_collector.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/monitoring/llm_metrics_extractor.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/monitoring/metrics_aggregator.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/monitoring/metrics_config.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/monitoring/observability_manager.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/monitoring/otel_instrumentor.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/monitoring/otel_logging_handler.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/monitoring/otel_metrics_recorder.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/monitoring/otel_setup.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/monitoring/performance_monitor.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/monitoring/progress_tracker.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/monitoring/resource_manager.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/monitoring/resource_metrics_collector.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/monitoring/streaming_latency_tracer.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/monitoring/timing_tracker.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/monitoring/token_counter.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/monitoring/tracing_context.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/notifications/__init__.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/notifications/hub.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/notifications/webhook_notifier.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/processing/__init__.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/processing/ai_content_management.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/processing/markdown_converter.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/processing/multimodal_integration.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/processing/rich_content_validation.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/py.typed +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/session/__init__.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/session/elasticsearch_session_storage.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/session/session_storage.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/__init__.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/agent_mixin.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/base.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/__init__.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/scripts/__init__.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/scripts/create_and_register.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/scripts/register_to_storage.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/chart/SKILL.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/chart/chart_to_image.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/code_delivery/SKILL.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/code_format/SKILL.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/code_format/format_python.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/csv/SKILL.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/csv/create_csv.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/csv/read_csv.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/csv/transform_csv.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/data_format/SKILL.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/data_format/json_to_yaml.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/data_format/yaml_to_json.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/drawio/SKILL.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/drawio/create_drawio.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/email_template/SKILL.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/excel/SKILL.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/excel/create_excel.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/file/SKILL.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/file/create_file.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/file/list_files.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/file/read_file.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/file_access/SKILL.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/file_access/download_to_local.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/file_access/get_file_path.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/form/SKILL.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/image_display/SKILL.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/image_gen/SKILL.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/image_gen/create_image.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/image_gen/generate_image.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/mermaid/SKILL.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/mermaid/mermaid_to_image.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/multimodal/SKILL.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/optionsblock/SKILL.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/powerpoint/SKILL.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/powerpoint/create_powerpoint.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/powerpoint/templates/Big Data Infographics.pptx +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/powerpoint/templates/Executive Design Pitch Deck.pptx +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/powerpoint/templates/Management Consulting Toolkit.pptx +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/powerpoint/templates/__init__.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/powerpoint/templates/generate_templates.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/skill_creator/SKILL.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/skill_creator/skill_api.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/table/SKILL.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/table/table_to_image.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/unified_pdf/SKILL.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/unified_pdf/create_pdf.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/web_news_search/SKILL.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/web_news_search/web_news_search.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/word/SKILL.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/builtin/skills/word/create_word.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/custom_skill_manager.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/discovery_prompt.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/markdown_loader.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/skills/tools.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/storage/__init__.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/storage/file_storages.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/storage/file_system_management.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/storage/storage_optimizer.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/subagents/__init__.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/subagents/executor.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/subagents/message_injector.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/subagents/message_queue.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/subagents/retrigger.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/subagents/spawn_tool.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/tools/__init__.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/tools/activity_callback.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/tools/adaptive_pdf_css.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/tools/base.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/tools/html_content_analyzer.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/tools/multimodal_tools.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/tools/pdf_image_scaler.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/tools/shell_tool.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/tools/sizing_config.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/tools/web_fetch_tool.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/tools/web_search_tool.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/utils/__init__.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/utils/path_utils.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/utils/post_install.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/utils/session_title_generator.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/utils/source_detector.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/utils/special_blocks.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/__init__.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/admin_auth.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/admin_models.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/admin_router.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/admin_services.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/api_timing_middleware.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/docs/A2A_GUIDE.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/docs/BUILTIN_SKILLS_REFERENCE.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/docs/CREATING_AGENTS.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/docs/CUSTOM_SKILLS_GUIDE.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/docs/DOCKER_SETUP.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/docs/Dockerfile +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/docs/GETTING_STARTED.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/docs/GITNEXUS_USER_GUIDE.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/docs/MEMORY_INSTALLATION.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/docs/README.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/docs/TOOLS_AND_MCP_GUIDE.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/docs/WORKSPACE_INTEGRATION.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/docs/api-reference.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/docs/configuration.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/docs/docker-compose.yml +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/docs/examples/agent_with_file_storage.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/docs/examples/agent_with_mcp.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/docs/examples/agent_with_memory.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/docs/examples/agent_with_memory_graphiti.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/docs/examples/agent_with_memory_hybrid.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/docs/examples/agent_with_memory_simple.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/docs/examples/custom_framework_agent.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/docs/examples/simple_agent.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/docs/examples/skills_demo_agent.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/docs/installation-guide.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/documentation_generator.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/gitnexus_client.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/helper_agent.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/helper_ui.html +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/modern_ui.html +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/observability/kibana-llm-dashboard-setup.json +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/observability/kibana-resource-metrics-dashboard.json +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/otel_tracing_middleware.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/skills_router.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/web/test_app.html +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/workspace/__init__.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/workspace/artefacts.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/workspace/client.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/workspace/config.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/workspace/context.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/workspace/cursor.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/workspace/memory.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/workspace/models.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/workspace/poller.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/workspace/preferences.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/workspace/router.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/workspace/session.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/workspace/subscription.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework_lib.egg-info/SOURCES.txt +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework_lib.egg-info/dependency_links.txt +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework_lib.egg-info/entry_points.txt +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework_lib.egg-info/requires.txt +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework_lib.egg-info/top_level.txt +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/docs/A2A_GUIDE.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/docs/ACTIVITY_OUTPUT_PART.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/docs/ARCHITECTURE_DIAGRAM.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/docs/BUILTIN_SKILLS_REFERENCE.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/docs/CANCEL_AND_INTERRUPT_FRONTEND.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/docs/CONCURRENCE_VS_PARALLELISME_GUIDE.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/docs/CREATING_AGENTS.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/docs/CUSTOM_SKILLS_GUIDE.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/docs/DEEPEVAL_TEST_REPORT.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/docs/DOCKER_SETUP.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/docs/ELASTICSEARCH_DATA_STRUCTURES.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/docs/FILE_DOWNLOAD_LINKS.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/docs/FILE_STORAGE_GUIDE.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/docs/GETTING_STARTED.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/docs/GITNEXUS_USER_GUIDE.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/docs/HISTORY_MESSAGE_FORMAT.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/docs/IMPLEMENTATION_GUIDE_NEW_AGENT.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/docs/MEMORY_INSTALLATION.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/docs/MODIFICATIONS_CONCURRENCE.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/docs/MULTIMODAL_TOOLS_GUIDE.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/docs/OBSERVABILITY_GUIDE.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/docs/PYPI_PUBLISHING.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/docs/QA_STREAMING_LATENCY.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/docs/SCREENSHOTS_GUIDE.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/docs/SPEC_CROSS_MODEL_HISTORY_CONVERSION.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/docs/SSE_NOTIFICATIONS_GUIDE.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/docs/STREAMING_EVENTS_FRONTEND.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/docs/TOOLS_AND_MCP_GUIDE.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/docs/WORKSPACE_INTEGRATION.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/docs/api-reference.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/docs/configuration.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/docs/framework_audit_remarques.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/docs/helper_agent.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/docs/index.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/docs/installation-guide.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/examples/README.md +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/examples/agent_context_budget_test.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/examples/agent_exemple_test.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/examples/agent_training_with_apo.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/examples/agent_with_custom_tools_file_storage.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/examples/agent_with_file_storage.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/examples/agent_with_mcp.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/examples/agent_with_memory_graphiti.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/examples/agent_with_memory_hybrid.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/examples/agent_with_memory_simple.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/examples/agent_with_personalization.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/examples/biagenttest.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/examples/custom_framework_agent.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/examples/dependencies/docker-compose.yaml +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/examples/pyproject.toml +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/examples/simple_agent.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/examples/skills_demo_agent.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/examples/test_work_patterns_live.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/examples/workspace_test_agent.py +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/setup.cfg +0 -0
- {agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/setup.py +0 -0
{agent_framework_lib-0.8.7/agent_framework_lib.egg-info → agent_framework_lib-0.8.7.post2}/PKG-INFO
RENAMED
|
@@ -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.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.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/code_delivery/audit.py
RENAMED
|
@@ -132,9 +132,7 @@ class CodeDeliveryAuditLogger:
|
|
|
132
132
|
index_name = self._today_index()
|
|
133
133
|
exists = await self._es_client.indices.exists(index=index_name)
|
|
134
134
|
if not exists:
|
|
135
|
-
await self._es_client.indices.create(
|
|
136
|
-
index=index_name, body=_INDEX_MAPPING
|
|
137
|
-
)
|
|
135
|
+
await self._es_client.indices.create(index=index_name, body=_INDEX_MAPPING)
|
|
138
136
|
logger.info("Created code-delivery audit index: %s", index_name)
|
|
139
137
|
|
|
140
138
|
self._available = True
|
|
@@ -275,9 +273,7 @@ class CodeDeliveryAuditLogger:
|
|
|
275
273
|
size=200,
|
|
276
274
|
)
|
|
277
275
|
|
|
278
|
-
async def get_runs_by_user(
|
|
279
|
-
self, user_id: str, limit: int = 50
|
|
280
|
-
) -> list[dict[str, Any]]:
|
|
276
|
+
async def get_runs_by_user(self, user_id: str, limit: int = 50) -> list[dict[str, Any]]:
|
|
281
277
|
"""Return recent events for runs by a user."""
|
|
282
278
|
return await self._search(
|
|
283
279
|
query={"term": {"user_id": user_id}},
|
|
@@ -285,9 +281,7 @@ class CodeDeliveryAuditLogger:
|
|
|
285
281
|
size=limit,
|
|
286
282
|
)
|
|
287
283
|
|
|
288
|
-
async def search_runs(
|
|
289
|
-
self, query_text: str, limit: int = 20
|
|
290
|
-
) -> list[dict[str, Any]]:
|
|
284
|
+
async def search_runs(self, query_text: str, limit: int = 20) -> list[dict[str, Any]]:
|
|
291
285
|
"""Full-text search across detail, questions, errors, and specs."""
|
|
292
286
|
return await self._search(
|
|
293
287
|
query={
|
|
@@ -337,10 +331,21 @@ class CodeDeliveryAuditLogger:
|
|
|
337
331
|
event_type,
|
|
338
332
|
doc.get("run_id"),
|
|
339
333
|
doc.get("phase"),
|
|
340
|
-
{
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
334
|
+
{
|
|
335
|
+
k: v
|
|
336
|
+
for k, v in doc.items()
|
|
337
|
+
if v is not None
|
|
338
|
+
and k
|
|
339
|
+
not in (
|
|
340
|
+
"run_id",
|
|
341
|
+
"event_id",
|
|
342
|
+
"event_type",
|
|
343
|
+
"timestamp",
|
|
344
|
+
"phase",
|
|
345
|
+
"trace_id",
|
|
346
|
+
"span_id",
|
|
347
|
+
)
|
|
348
|
+
},
|
|
344
349
|
)
|
|
345
350
|
|
|
346
351
|
async def _search(
|
|
@@ -42,9 +42,7 @@ class BackendConfig(BaseModel):
|
|
|
42
42
|
provider: Literal["claude", "codex", "opencode"] = Field(
|
|
43
43
|
"claude", description="Which coding backend to use"
|
|
44
44
|
)
|
|
45
|
-
model: str = Field(
|
|
46
|
-
"claude-sonnet-4-20250514", description="Model to use in the backend"
|
|
47
|
-
)
|
|
45
|
+
model: str = Field("claude-sonnet-4-20250514", description="Model to use in the backend")
|
|
48
46
|
|
|
49
47
|
|
|
50
48
|
class CodeDeliveryConfig(BaseModel):
|
|
@@ -68,9 +68,7 @@ class GitProvider(ABC):
|
|
|
68
68
|
...
|
|
69
69
|
|
|
70
70
|
@abstractmethod
|
|
71
|
-
async def get_pr_status(
|
|
72
|
-
self, repo_path: str, branch_name: str
|
|
73
|
-
) -> dict[str, Any] | None:
|
|
71
|
+
async def get_pr_status(self, repo_path: str, branch_name: str) -> dict[str, Any] | None:
|
|
74
72
|
"""Get PR status for a branch. Returns None if no PR exists."""
|
|
75
73
|
...
|
|
76
74
|
|
|
@@ -144,9 +142,7 @@ class GitHubCLIProvider(GitProvider):
|
|
|
144
142
|
)
|
|
145
143
|
return pr_url
|
|
146
144
|
|
|
147
|
-
async def get_pr_status(
|
|
148
|
-
self, repo_path: str, branch_name: str
|
|
149
|
-
) -> dict[str, Any] | None:
|
|
145
|
+
async def get_pr_status(self, repo_path: str, branch_name: str) -> dict[str, Any] | None:
|
|
150
146
|
"""Query PR status for a branch."""
|
|
151
147
|
result = await self._run_gh(
|
|
152
148
|
[
|
|
@@ -218,9 +214,7 @@ class GitHubCLIProvider(GitProvider):
|
|
|
218
214
|
stdout=asyncio.subprocess.PIPE,
|
|
219
215
|
stderr=asyncio.subprocess.PIPE,
|
|
220
216
|
)
|
|
221
|
-
stdout_bytes, stderr_bytes = await asyncio.wait_for(
|
|
222
|
-
proc.communicate(), timeout=timeout
|
|
223
|
-
)
|
|
217
|
+
stdout_bytes, stderr_bytes = await asyncio.wait_for(proc.communicate(), timeout=timeout)
|
|
224
218
|
except asyncio.TimeoutError:
|
|
225
219
|
raise GitProviderError(
|
|
226
220
|
f"Command timed out after {timeout}s: {cmd_str}",
|
|
@@ -110,16 +110,12 @@ class HerdrClient:
|
|
|
110
110
|
|
|
111
111
|
Useful for extracting the question when the agent is ``blocked``.
|
|
112
112
|
"""
|
|
113
|
-
resp = await self._request(
|
|
114
|
-
"GET", f"/pane/read/{pane_id}", params={"mode": mode}
|
|
115
|
-
)
|
|
113
|
+
resp = await self._request("GET", f"/pane/read/{pane_id}", params={"mode": mode})
|
|
116
114
|
return resp.get("content", "")
|
|
117
115
|
|
|
118
116
|
async def send_to_pane(self, pane_id: str, text: str) -> None:
|
|
119
117
|
"""Send text input to a pane (e.g. answer a blocked agent)."""
|
|
120
|
-
await self._request(
|
|
121
|
-
"POST", "/agent/send", json={"pane_id": pane_id, "text": text}
|
|
122
|
-
)
|
|
118
|
+
await self._request("POST", "/agent/send", json={"pane_id": pane_id, "text": text})
|
|
123
119
|
|
|
124
120
|
async def cancel_agent(self, pane_id: str) -> None:
|
|
125
121
|
"""Cancel the coding agent running in a pane."""
|
|
@@ -182,9 +178,7 @@ class HerdrClient:
|
|
|
182
178
|
|
|
183
179
|
for attempt in range(_MAX_RETRIES):
|
|
184
180
|
try:
|
|
185
|
-
response = await self._client.request(
|
|
186
|
-
method, path, json=json, params=params
|
|
187
|
-
)
|
|
181
|
+
response = await self._client.request(method, path, json=json, params=params)
|
|
188
182
|
if response.status_code >= 500:
|
|
189
183
|
raise httpx.HTTPStatusError(
|
|
190
184
|
f"Server error {response.status_code}",
|
|
@@ -211,9 +205,7 @@ class HerdrClient:
|
|
|
211
205
|
|
|
212
206
|
raise HerdrClientError(
|
|
213
207
|
f"Herdr request {method} {path} failed after {_MAX_RETRIES} attempts: {last_exc}",
|
|
214
|
-
status_code=getattr(
|
|
215
|
-
getattr(last_exc, "response", None), "status_code", None
|
|
216
|
-
),
|
|
208
|
+
status_code=getattr(getattr(last_exc, "response", None), "status_code", None),
|
|
217
209
|
)
|
|
218
210
|
|
|
219
211
|
|
|
@@ -14,7 +14,6 @@ import re
|
|
|
14
14
|
import time
|
|
15
15
|
import uuid
|
|
16
16
|
from datetime import datetime, timezone
|
|
17
|
-
from typing import Any
|
|
18
17
|
|
|
19
18
|
from agent_framework.tools.activity_callback import (
|
|
20
19
|
ActivityCallback,
|
|
@@ -29,7 +28,6 @@ from .models import (
|
|
|
29
28
|
TERMINAL_STATES,
|
|
30
29
|
CodingRun,
|
|
31
30
|
CodingSpec,
|
|
32
|
-
InvalidTransitionError,
|
|
33
31
|
RunState,
|
|
34
32
|
)
|
|
35
33
|
|
|
@@ -133,9 +131,7 @@ class CodeDeliveryOrchestrator:
|
|
|
133
131
|
)
|
|
134
132
|
self._runs[run_id] = run
|
|
135
133
|
|
|
136
|
-
await self._audit.log_event(
|
|
137
|
-
run, "run.created", spec_snapshot=spec.model_dump()
|
|
138
|
-
)
|
|
134
|
+
await self._audit.log_event(run, "run.created", spec_snapshot=spec.model_dump())
|
|
139
135
|
self._emit_activity(f"Spec drafted: {title}", run)
|
|
140
136
|
|
|
141
137
|
return (
|
|
@@ -143,12 +139,10 @@ class CodeDeliveryOrchestrator:
|
|
|
143
139
|
f"**Title:** {title}\n"
|
|
144
140
|
f"**Branch:** `{branch}` (from `{base}`)\n"
|
|
145
141
|
f"**Backend:** {run.backend}\n"
|
|
146
|
-
f"**Requirements:**\n"
|
|
147
|
-
+ "\n".join(f"- {r}" for r in requirements)
|
|
148
|
-
+ "\n\n"
|
|
142
|
+
f"**Requirements:**\n" + "\n".join(f"- {r}" for r in requirements) + "\n\n"
|
|
149
143
|
f"**Description:**\n{description}\n\n"
|
|
150
144
|
"---\n"
|
|
151
|
-
f
|
|
145
|
+
f'Call `launch("{run_id}")` to start implementation.'
|
|
152
146
|
)
|
|
153
147
|
|
|
154
148
|
async def launch(self, run_id: str) -> str:
|
|
@@ -172,9 +166,7 @@ class CodeDeliveryOrchestrator:
|
|
|
172
166
|
}
|
|
173
167
|
try:
|
|
174
168
|
result = await asyncio.wait_for(
|
|
175
|
-
self._herdr.create_worktree(
|
|
176
|
-
run.branch_name, run.spec.base_branch
|
|
177
|
-
),
|
|
169
|
+
self._herdr.create_worktree(run.branch_name, run.spec.base_branch),
|
|
178
170
|
timeout=self._config.herdr.timeout,
|
|
179
171
|
)
|
|
180
172
|
duration = int((time.monotonic() - t0) * 1000)
|
|
@@ -227,7 +219,7 @@ class CodeDeliveryOrchestrator:
|
|
|
227
219
|
f"Run `{run_id}` is now **IMPLEMENTING**.\n"
|
|
228
220
|
f"Worktree: `{run.worktree_path}`\n"
|
|
229
221
|
f"Branch: `{run.branch_name}`\n\n"
|
|
230
|
-
|
|
222
|
+
'Call `status("' + run_id + '")` to check progress.'
|
|
231
223
|
)
|
|
232
224
|
|
|
233
225
|
async def status(self, run_id: str) -> str:
|
|
@@ -256,12 +248,8 @@ class CodeDeliveryOrchestrator:
|
|
|
256
248
|
return f"Run `{run_id}` — status poll failed: {exc}"
|
|
257
249
|
|
|
258
250
|
if agent_status == "done":
|
|
259
|
-
cumulative = int(
|
|
260
|
-
|
|
261
|
-
)
|
|
262
|
-
await self._audit.log_event(
|
|
263
|
-
run, "herdr.agent_done", cumulative_ms=cumulative
|
|
264
|
-
)
|
|
251
|
+
cumulative = int((time.monotonic() - run.created_at.timestamp()) * 1000)
|
|
252
|
+
await self._audit.log_event(run, "herdr.agent_done", cumulative_ms=cumulative)
|
|
265
253
|
return await self._publish(run)
|
|
266
254
|
|
|
267
255
|
if agent_status == "blocked":
|
|
@@ -342,9 +330,7 @@ class CodeDeliveryOrchestrator:
|
|
|
342
330
|
await self._herdr.remove_worktree(run.branch_name)
|
|
343
331
|
await self._audit.log_event(run, "herdr.worktree_remove")
|
|
344
332
|
except HerdrClientError as exc:
|
|
345
|
-
logger.warning(
|
|
346
|
-
"Failed to remove worktree for run %s: %s", run_id, exc
|
|
347
|
-
)
|
|
333
|
+
logger.warning("Failed to remove worktree for run %s: %s", run_id, exc)
|
|
348
334
|
|
|
349
335
|
await self._transition(run, RunState.CANCELLED, "Cancelled by user")
|
|
350
336
|
return f"Run `{run_id}` cancelled. Branch `{run.branch_name}` preserved."
|
|
@@ -421,13 +407,9 @@ class CodeDeliveryOrchestrator:
|
|
|
421
407
|
return f"Run `{run.run_id}` FAILED: PR creation error — {exc}"
|
|
422
408
|
|
|
423
409
|
# DELIVERED
|
|
424
|
-
cumulative = int(
|
|
425
|
-
(datetime.now(timezone.utc) - run.created_at).total_seconds() * 1000
|
|
426
|
-
)
|
|
410
|
+
cumulative = int((datetime.now(timezone.utc) - run.created_at).total_seconds() * 1000)
|
|
427
411
|
await self._transition(run, RunState.DELIVERED, f"PR created: {pr_url}")
|
|
428
|
-
await self._audit.log_event(
|
|
429
|
-
run, "run.delivered", pr_url=pr_url, cumulative_ms=cumulative
|
|
430
|
-
)
|
|
412
|
+
await self._audit.log_event(run, "run.delivered", pr_url=pr_url, cumulative_ms=cumulative)
|
|
431
413
|
|
|
432
414
|
# Cleanup worktree (best-effort)
|
|
433
415
|
try:
|
|
@@ -545,16 +527,18 @@ class CodeDeliveryOrchestrator:
|
|
|
545
527
|
lines.append(f"- [ ] {r}")
|
|
546
528
|
lines.append("")
|
|
547
529
|
|
|
548
|
-
lines.extend(
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
530
|
+
lines.extend(
|
|
531
|
+
[
|
|
532
|
+
"## Meta",
|
|
533
|
+
"",
|
|
534
|
+
f"- **Run ID:** `{run.run_id}`",
|
|
535
|
+
f"- **Backend:** {run.backend}",
|
|
536
|
+
f"- **Branch:** `{run.branch_name}` → `{spec.base_branch}`",
|
|
537
|
+
"",
|
|
538
|
+
"---",
|
|
539
|
+
"*Generated by code-delivery skill*",
|
|
540
|
+
]
|
|
541
|
+
)
|
|
558
542
|
return "\n".join(lines)
|
|
559
543
|
|
|
560
544
|
def _format_status(self, run: CodingRun) -> str:
|
|
@@ -153,7 +153,7 @@ When a user asks for something:
|
|
|
153
153
|
3. Follow the skill's instructions to complete the task
|
|
154
154
|
|
|
155
155
|
Be proactive about using your capabilities to help users.
|
|
156
|
-
And please if you want to propose options to the user use the appropriate skill to
|
|
156
|
+
And please if you want to propose options to the user use the appropriate skill to
|
|
157
157
|
present options to the user.
|
|
158
158
|
"""
|
|
159
159
|
|
|
@@ -3267,7 +3267,7 @@ async def cancel_execution_endpoint(
|
|
|
3267
3267
|
raise HTTPException(status_code=500, detail="Session storage not available")
|
|
3268
3268
|
|
|
3269
3269
|
# Verify session exists and user has access
|
|
3270
|
-
|
|
3270
|
+
await _load_session_or_raise(session_storage, user_id, session_id)
|
|
3271
3271
|
|
|
3272
3272
|
# Get the interaction_id before cancelling (needed for logging only — the
|
|
3273
3273
|
# stream_generator owns the partial MessageData persistence).
|
|
@@ -3339,7 +3339,7 @@ async def get_execution_state_endpoint(
|
|
|
3339
3339
|
raise HTTPException(status_code=500, detail="Session storage not available")
|
|
3340
3340
|
|
|
3341
3341
|
# Verify session exists and user has access
|
|
3342
|
-
|
|
3342
|
+
await _load_session_or_raise(session_storage, user_id, session_id)
|
|
3343
3343
|
|
|
3344
3344
|
execution_controller: ExecutionController = request.app.state.execution_controller
|
|
3345
3345
|
state = execution_controller.get_state(session_id)
|
|
@@ -5049,9 +5049,7 @@ async def submit_message_feedback_endpoint(
|
|
|
5049
5049
|
|
|
5050
5050
|
try:
|
|
5051
5051
|
# Find the session that contains this message
|
|
5052
|
-
session_data = await _load_session_or_raise(
|
|
5053
|
-
session_storage, user_id, request.session_id
|
|
5054
|
-
)
|
|
5052
|
+
session_data = await _load_session_or_raise(session_storage, user_id, request.session_id)
|
|
5055
5053
|
|
|
5056
5054
|
# Check if session is closed (prevent editing)
|
|
5057
5055
|
if session_data.metadata and session_data.metadata.get("status") == "closed":
|
|
@@ -5172,9 +5170,7 @@ async def submit_session_feedback_endpoint(
|
|
|
5172
5170
|
|
|
5173
5171
|
try:
|
|
5174
5172
|
# Find the session
|
|
5175
|
-
session_data = await _load_session_or_raise(
|
|
5176
|
-
session_storage, user_id, request.session_id
|
|
5177
|
-
)
|
|
5173
|
+
session_data = await _load_session_or_raise(session_storage, user_id, request.session_id)
|
|
5178
5174
|
|
|
5179
5175
|
# Initialize feedback structure if needed
|
|
5180
5176
|
if session_data.metadata is None:
|
|
@@ -6099,9 +6095,7 @@ async def get_helper_session_history(
|
|
|
6099
6095
|
try:
|
|
6100
6096
|
effective_user_id = resolve_helper_user_id(user_id)
|
|
6101
6097
|
|
|
6102
|
-
session_data = await _load_session_or_raise(
|
|
6103
|
-
session_storage, effective_user_id, session_id
|
|
6104
|
-
)
|
|
6098
|
+
session_data = await _load_session_or_raise(session_storage, effective_user_id, session_id)
|
|
6105
6099
|
|
|
6106
6100
|
if session_data.agent_id != HELPER_AGENT_ID:
|
|
6107
6101
|
raise HTTPException(
|
|
@@ -6143,9 +6137,7 @@ async def delete_helper_session(
|
|
|
6143
6137
|
try:
|
|
6144
6138
|
effective_user_id = resolve_helper_user_id(user_id)
|
|
6145
6139
|
|
|
6146
|
-
session_data = await _load_session_or_raise(
|
|
6147
|
-
session_storage, effective_user_id, session_id
|
|
6148
|
-
)
|
|
6140
|
+
session_data = await _load_session_or_raise(session_storage, effective_user_id, session_id)
|
|
6149
6141
|
|
|
6150
6142
|
if session_data.agent_id != HELPER_AGENT_ID:
|
|
6151
6143
|
raise HTTPException(
|
{agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.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.8.7
|
|
3
|
+
Version: 0.8.7.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>
|
|
@@ -153,7 +153,7 @@ When a user asks for something:
|
|
|
153
153
|
3. Follow the skill's instructions to complete the task
|
|
154
154
|
|
|
155
155
|
Be proactive about using your capabilities to help users.
|
|
156
|
-
And please if you want to propose options to the user use the appropriate skill to
|
|
156
|
+
And please if you want to propose options to the user use the appropriate skill to
|
|
157
157
|
present options to the user.
|
|
158
158
|
"""
|
|
159
159
|
|
|
@@ -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.7post2"
|
|
8
8
|
description = "A comprehensive Python framework for building and serving conversational AI agents with FastAPI"
|
|
9
9
|
readme = {file = "README.md", content-type = "text/markdown"}
|
|
10
10
|
license = {text = "MIT"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.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
|
|
File without changes
|
|
@@ -18,11 +18,11 @@ from agent_framework.code_delivery.git_provider import (
|
|
|
18
18
|
)
|
|
19
19
|
from agent_framework.code_delivery.herdr_client import HerdrClient
|
|
20
20
|
from agent_framework.code_delivery.models import (
|
|
21
|
+
VALID_TRANSITIONS,
|
|
21
22
|
CodingRun,
|
|
22
23
|
CodingSpec,
|
|
23
24
|
RunState,
|
|
24
25
|
StateTransition,
|
|
25
|
-
VALID_TRANSITIONS,
|
|
26
26
|
)
|
|
27
27
|
from agent_framework.code_delivery.orchestrator import CodeDeliveryOrchestrator
|
|
28
28
|
from agent_framework.code_delivery.tools import create_code_delivery_tools
|
|
File without changes
|
{agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/code_delivery/tools.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/core/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/core/agent_provider.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/core/base_agent.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/core/context_budget.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/core/loop_detector.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/core/model_clients.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/core/model_config.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/core/model_router.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/core/models.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/core/prompt_builder.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.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.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/memory/__init__.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/memory/agent_mixin.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/memory/base.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/memory/config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/memory/manager.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.post2}/agent_framework/memory/tools.py
RENAMED
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.7 → agent_framework_lib-0.8.7.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
|