agent-framework-lib 0.8.8.post4__tar.gz → 0.8.8.post6__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.8.post4/agent_framework_lib.egg-info → agent_framework_lib-0.8.8.post6}/PKG-INFO +1 -1
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/__init__.py +12 -2
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/memory/providers/graphiti_provider.py +23 -13
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/security/authz.py +13 -12
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6/agent_framework_lib.egg-info}/PKG-INFO +1 -1
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/OPENSHELL_GATEWAY_HOST_SETUP.md +10 -2
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/pyproject.toml +1 -1
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/ARCHITECTURE.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/LICENSE +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/MANIFEST.in +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/README.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/a2a/__init__.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/a2a/base.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/a2a/endpoints/__init__.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/a2a/endpoints/a2a_router.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/a2a/endpoints/agent_card_builder.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/a2a/endpoints/agent_card_skill_builder.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/a2a/endpoints/jsonrpc_dispatcher.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/a2a/endpoints/models_jsonrpc.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/a2a/endpoints/sse_wrapper.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/a2a/endpoints/translation_layer.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/a2a/models.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/a2a/providers/__init__.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/a2a/providers/elasticsearch_provider.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/a2a/providers/postgres_provider.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/capabilities/__init__.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/capabilities/resolver.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/code_delivery/__init__.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/code_delivery/audit.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/code_delivery/config.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/code_delivery/crypto.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/code_delivery/git_provider.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/code_delivery/herdr_client.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/code_delivery/models.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/code_delivery/orchestrator.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/code_delivery/store.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/code_delivery/tools.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/core/__init__.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/core/activity_formatter.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/core/agent_interface.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/core/agent_provider.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/core/base_agent.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/core/context_budget.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/core/context_summarizer.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/core/elasticsearch_config_provider.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/core/execution_controller.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/core/implementation_validator.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/core/interruption_message.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/core/knowledge_state.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/core/loop_detector.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/core/model_clients.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/core/model_config.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/core/model_router.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/core/models.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/core/prompt_builder.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/core/provider_calibration.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/core/scratchpad_compressor.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/core/scratchpad_serializer.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/core/state_manager.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/core/step_display_config.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/core/streaming_parts_accumulator.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/implementations/__init__.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/implementations/budget_aware_agent.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/implementations/llamaindex_agent.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/implementations/llamaindex_memory_adapter.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/implementations/microsoft_agent.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/memory/__init__.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/memory/agent_mixin.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/memory/base.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/memory/config.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/memory/hypothesis_engine.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/memory/implicit_feedback.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/memory/manager.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/memory/personalization.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/memory/providers/__init__.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/memory/providers/memori_provider.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/memory/response_lessons.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/memory/tools.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/memory/work_patterns.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/monitoring/__init__.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/monitoring/api_timing_tracker.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/monitoring/elasticsearch_circuit_breaker.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/monitoring/elasticsearch_logging.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/monitoring/error_handling.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/monitoring/error_logging.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/monitoring/llm_auto_instrumentor.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/monitoring/llm_metrics.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/monitoring/llm_metrics_collector.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/monitoring/llm_metrics_extractor.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/monitoring/metrics_aggregator.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/monitoring/metrics_config.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/monitoring/observability_manager.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/monitoring/otel_instrumentor.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/monitoring/otel_logging_handler.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/monitoring/otel_metrics_recorder.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/monitoring/otel_setup.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/monitoring/performance_monitor.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/monitoring/progress_tracker.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/monitoring/resource_manager.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/monitoring/resource_metrics_collector.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/monitoring/streaming_latency_tracer.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/monitoring/timing_tracker.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/monitoring/token_counter.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/monitoring/tracing_context.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/notifications/__init__.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/notifications/hub.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/notifications/webhook_notifier.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/processing/__init__.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/processing/ai_content_management.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/processing/markdown_converter.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/processing/multimodal_integration.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/processing/rich_content_validation.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/py.typed +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/security/__init__.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/security/file_view_token.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/security/input_guard.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/security/openshell_policy.yaml +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/security/pii_redactor.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/security/sandbox.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/security/sandbox_provider.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/security/secret_redactor.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/security/shell_env.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/security/upload_token.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/session/__init__.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/session/elasticsearch_session_storage.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/session/session_storage.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/__init__.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/agent_mixin.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/base.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/__init__.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/scripts/__init__.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/scripts/create_and_register.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/scripts/register_to_storage.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/chart/SKILL.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/chart/chart_to_image.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/chart/vendor_chart.umd.min.js +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/code_delivery/SKILL.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/code_format/SKILL.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/code_format/format_python.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/csv/SKILL.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/csv/create_csv.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/csv/read_csv.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/csv/transform_csv.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/data_format/SKILL.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/data_format/json_to_yaml.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/data_format/yaml_to_json.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/drawio/SKILL.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/drawio/create_drawio.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/email_template/SKILL.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/excel/SKILL.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/excel/create_excel.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/file/SKILL.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/file/create_file.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/file/list_files.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/file/read_file.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/file_access/SKILL.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/file_access/download_to_local.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/file_access/get_file_path.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/form/SKILL.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/image_display/SKILL.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/image_gen/SKILL.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/image_gen/create_image.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/image_gen/generate_image.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/mermaid/SKILL.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/mermaid/mermaid_to_image.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/mermaid/vendor_mermaid.umd.min.js +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/multimodal/SKILL.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/optionsblock/SKILL.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/powerpoint/SKILL.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/powerpoint/create_powerpoint.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/powerpoint/templates/Big Data Infographics.pptx +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/powerpoint/templates/Executive Design Pitch Deck.pptx +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/powerpoint/templates/Management Consulting Toolkit.pptx +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/powerpoint/templates/__init__.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/powerpoint/templates/generate_templates.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/skill_creator/SKILL.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/skill_creator/skill_api.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/table/SKILL.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/table/table_to_image.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/unified_pdf/SKILL.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/unified_pdf/create_pdf.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/web_news_search/SKILL.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/web_news_search/web_news_search.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/word/SKILL.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/builtin/skills/word/create_word.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/custom_skill_manager.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/discovery_prompt.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/markdown_loader.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/tools.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/storage/__init__.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/storage/file_storages.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/storage/file_system_management.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/storage/storage_optimizer.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/subagents/__init__.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/subagents/executor.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/subagents/message_injector.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/subagents/message_queue.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/subagents/retrigger.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/subagents/spawn_tool.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/tools/__init__.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/tools/activity_callback.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/tools/adaptive_pdf_css.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/tools/base.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/tools/html_content_analyzer.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/tools/multimodal_tools.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/tools/pdf_image_scaler.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/tools/shell_tool.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/tools/sizing_config.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/tools/web_fetch_tool.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/tools/web_search_tool.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/utils/__init__.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/utils/path_utils.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/utils/post_install.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/utils/session_title_generator.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/utils/source_detector.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/utils/special_blocks.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/__init__.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/admin_auth.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/admin_models.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/admin_router.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/admin_services.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/api_timing_middleware.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/docs/A2A_GUIDE.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/docs/BUILTIN_SKILLS_REFERENCE.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/docs/CREATING_AGENTS.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/docs/CUSTOM_SKILLS_GUIDE.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/docs/DOCKER_SETUP.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/docs/Dockerfile +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/docs/GETTING_STARTED.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/docs/GITNEXUS_USER_GUIDE.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/docs/MEMORY_INSTALLATION.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/docs/README.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/docs/TOOLS_AND_MCP_GUIDE.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/docs/WORKSPACE_INTEGRATION.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/docs/api-reference.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/docs/configuration.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/docs/docker-compose.yml +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/docs/examples/agent_example_multi_skills.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/docs/examples/agent_with_file_storage.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/docs/examples/agent_with_mcp.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/docs/examples/agent_with_memory.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/docs/examples/agent_with_memory_graphiti.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/docs/examples/agent_with_memory_hybrid.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/docs/examples/agent_with_memory_simple.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/docs/examples/custom_framework_agent.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/docs/examples/simple_agent.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/docs/examples/skills_demo_agent.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/docs/installation-guide.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/documentation_generator.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/gitnexus_client.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/helper_agent.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/helper_ui.html +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/modern_ui.html +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/observability/kibana-llm-dashboard-setup.json +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/observability/kibana-resource-metrics-dashboard.json +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/otel_tracing_middleware.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/server.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/skills_router.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/web/test_app.html +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/workspace/__init__.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/workspace/artefacts.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/workspace/client.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/workspace/config.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/workspace/context.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/workspace/cursor.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/workspace/memory.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/workspace/models.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/workspace/poller.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/workspace/preferences.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/workspace/router.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/workspace/session.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/workspace/subscription.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework_lib.egg-info/SOURCES.txt +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework_lib.egg-info/dependency_links.txt +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework_lib.egg-info/entry_points.txt +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework_lib.egg-info/requires.txt +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework_lib.egg-info/top_level.txt +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/A2A_GUIDE.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/ACTIVITY_OUTPUT_PART.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/ARCHITECTURE_DIAGRAM.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/BUILTIN_SKILLS_REFERENCE.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/CANCEL_AND_INTERRUPT_FRONTEND.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/CONCURRENCE_VS_PARALLELISME_GUIDE.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/CREATING_AGENTS.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/CUSTOM_SKILLS_GUIDE.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/DEEPEVAL_TEST_REPORT.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/DIAGNOSTIC_SANDBOX_SKILLS.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/DOCKER_SETUP.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/ELASTICSEARCH_DATA_STRUCTURES.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/FILE_DOWNLOAD_LINKS.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/FILE_STORAGE_GUIDE.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/GETTING_STARTED.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/GITNEXUS_USER_GUIDE.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/HISTORY_MESSAGE_FORMAT.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/IMPLEMENTATION_GUIDE_NEW_AGENT.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/MEMORY_INSTALLATION.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/MODIFICATIONS_CONCURRENCE.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/MULTIMODAL_TOOLS_GUIDE.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/OBSERVABILITY_GUIDE.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/PYPI_PUBLISHING.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/QA_STREAMING_LATENCY.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/SCREENSHOTS_GUIDE.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/SECRETS_MANAGEMENT.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/SECURITY_HARDENING.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/SPEC_CROSS_MODEL_HISTORY_CONVERSION.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/SSE_NOTIFICATIONS_GUIDE.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/STREAMING_EVENTS_FRONTEND.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/TOOLS_AND_MCP_GUIDE.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/WORKSPACE_INTEGRATION.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/api-reference.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/configuration.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/framework_audit_remarques.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/helper_agent.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/index.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/docs/installation-guide.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/examples/README.md +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/examples/agent_context_budget_test.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/examples/agent_example_multi_skills.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/examples/agent_exemple_test.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/examples/agent_training_with_apo.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/examples/agent_with_custom_tools_file_storage.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/examples/agent_with_file_storage.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/examples/agent_with_mcp.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/examples/agent_with_memory_graphiti.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/examples/agent_with_memory_hybrid.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/examples/agent_with_memory_simple.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/examples/agent_with_personalization.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/examples/biagenttest.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/examples/custom_framework_agent.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/examples/dependencies/docker-compose.yaml +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/examples/pyproject.toml +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/examples/simple_agent.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/examples/skills_demo_agent.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/examples/test_work_patterns_live.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/examples/workspace_test_agent.py +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/setup.cfg +0 -0
- {agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agent-framework-lib
|
|
3
|
-
Version: 0.8.8.
|
|
3
|
+
Version: 0.8.8.post6
|
|
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.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/__init__.py
RENAMED
|
@@ -32,7 +32,6 @@ Example Usage:
|
|
|
32
32
|
create_basic_agent_server(MyAgent, port=8000)
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
Version: 0.8.8
|
|
36
35
|
Author: Cinco AI Team
|
|
37
36
|
License: MIT
|
|
38
37
|
"""
|
|
@@ -137,7 +136,18 @@ def _run_auto_setup() -> None:
|
|
|
137
136
|
# Track if auto-setup has been done
|
|
138
137
|
_AUTO_SETUP_DONE = False
|
|
139
138
|
|
|
140
|
-
|
|
139
|
+
# Resolved from the installed package metadata — the single source of truth is
|
|
140
|
+
# pyproject.toml. NEVER hardcode a version here: ensure_sandbox_image() uses
|
|
141
|
+
# __version__ both to decide whether the sandbox image is stale (label compare)
|
|
142
|
+
# and to pick WHICH release to install inside it. A stale hardcoded value froze
|
|
143
|
+
# the sandbox image on that old release forever (skills inside the sandbox ran
|
|
144
|
+
# weeks-old code regardless of the deployed agent version).
|
|
145
|
+
try:
|
|
146
|
+
from importlib.metadata import version as _pkg_version
|
|
147
|
+
|
|
148
|
+
__version__ = _pkg_version("agent-framework-lib")
|
|
149
|
+
except Exception: # noqa: BLE001 — running from a source tree without install
|
|
150
|
+
__version__ = "0.0.0+unknown"
|
|
141
151
|
__author__ = "Cinco AI Team"
|
|
142
152
|
__license__ = "MIT"
|
|
143
153
|
__email__ = "sebastian@cinco.ai"
|
|
@@ -335,7 +335,6 @@ class GraphitiProvider(MemoryProviderInterface):
|
|
|
335
335
|
"""
|
|
336
336
|
import os
|
|
337
337
|
|
|
338
|
-
from graphiti_core.driver.driver import GraphDriver
|
|
339
338
|
from graphiti_core.driver.neo4j_driver import Neo4jDriver
|
|
340
339
|
from neo4j import AsyncGraphDatabase
|
|
341
340
|
|
|
@@ -351,9 +350,16 @@ class GraphitiProvider(MemoryProviderInterface):
|
|
|
351
350
|
|
|
352
351
|
class _FailFastNeo4jDriver(Neo4jDriver):
|
|
353
352
|
def __init__(self, uri: str, user, password, database: str = "neo4j") -> None:
|
|
354
|
-
#
|
|
355
|
-
#
|
|
356
|
-
|
|
353
|
+
# Run the REAL Neo4jDriver.__init__ so every version-specific
|
|
354
|
+
# attribute exists (graphiti>=0.29 instantiates its Neo4j*Operations
|
|
355
|
+
# objects there — the previous bypass crashed at runtime with
|
|
356
|
+
# AttributeError: '_entity_node_ops'). The two stock behaviors we
|
|
357
|
+
# need to tame are handled differently: the UNTUNED client it
|
|
358
|
+
# builds is swapped for a tuned one right after, and the
|
|
359
|
+
# unconditional index scheduling is neutered via the
|
|
360
|
+
# build_indices_and_constraints override below.
|
|
361
|
+
super().__init__(uri, user, password, database)
|
|
362
|
+
untuned = self.client
|
|
357
363
|
self.client = AsyncGraphDatabase.driver(
|
|
358
364
|
uri=uri,
|
|
359
365
|
auth=(user or "", password or ""),
|
|
@@ -361,15 +367,19 @@ class GraphitiProvider(MemoryProviderInterface):
|
|
|
361
367
|
connection_acquisition_timeout=_f("NEO4J_CONN_ACQ_TIMEOUT", 5.0),
|
|
362
368
|
connection_timeout=conn_timeout,
|
|
363
369
|
)
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
370
|
+
import asyncio
|
|
371
|
+
import contextlib
|
|
372
|
+
|
|
373
|
+
with contextlib.suppress(RuntimeError):
|
|
374
|
+
asyncio.get_running_loop().create_task(untuned.close())
|
|
375
|
+
|
|
376
|
+
async def build_indices_and_constraints(self, delete_existing: bool = False):
|
|
377
|
+
# Scheduled unconditionally by Neo4jDriver.__init__ (the source of
|
|
378
|
+
# the CREATE INDEX boot storm); honor skip_index_creation here.
|
|
379
|
+
# When it does run, it uses self.client — already the tuned one.
|
|
380
|
+
if skip_indices:
|
|
381
|
+
return None
|
|
382
|
+
return await super().build_indices_and_constraints(delete_existing)
|
|
373
383
|
|
|
374
384
|
driver = _FailFastNeo4jDriver(
|
|
375
385
|
self.config.neo4j_uri,
|
|
@@ -58,19 +58,20 @@ def auth_required() -> bool:
|
|
|
58
58
|
def trust_client_user_id() -> bool:
|
|
59
59
|
"""Le déployeur fait confiance au client pour fournir le ``user_id``.
|
|
60
60
|
|
|
61
|
-
|
|
62
|
-
confiance authentifié par API key (un portail) qui
|
|
63
|
-
end-users et passe leur ``user_id`` en paramètre. Quand
|
|
64
|
-
HONORE le ``user_id`` client (au lieu de le forcer au
|
|
65
|
-
et ``is_owner`` autorise ce principal de confiance
|
|
66
|
-
l'auth (API key) reste exigée, mais le contrôle par
|
|
67
|
-
portail.
|
|
68
|
-
|
|
69
|
-
⚠️
|
|
70
|
-
|
|
71
|
-
|
|
61
|
+
Piloté par ``AUTH_TRUST_CLIENT_USER_ID`` (défaut ``true``). Cas d'usage
|
|
62
|
+
nominal : un backend de confiance authentifié par API key (un portail) qui
|
|
63
|
+
multiplexe plusieurs end-users et passe leur ``user_id`` en paramètre. Quand
|
|
64
|
+
actif, le serveur HONORE le ``user_id`` client (au lieu de le forcer au
|
|
65
|
+
principal authentifié), et ``is_owner`` autorise ce principal de confiance
|
|
66
|
+
sur toute ressource — l'auth (API key) reste exigée, mais le contrôle par
|
|
67
|
+
end-user est délégué au portail.
|
|
68
|
+
|
|
69
|
+
⚠️ Tout détenteur d'une clé valide peut alors agir pour n'importe quel
|
|
70
|
+
``user_id``. Pour un déploiement multi-tenant strict où les clients ne sont
|
|
71
|
+
PAS de confiance, mettre ``AUTH_TRUST_CLIENT_USER_ID=false`` (le serveur lie
|
|
72
|
+
alors chaque requête au principal authentifié, anti-usurpation).
|
|
72
73
|
"""
|
|
73
|
-
return
|
|
74
|
+
return os.environ.get("AUTH_TRUST_CLIENT_USER_ID", "true").strip().lower() == "true"
|
|
74
75
|
|
|
75
76
|
|
|
76
77
|
def resolve_effective_user_id(current_user: str, requested_user_id: str | None) -> str:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agent-framework-lib
|
|
3
|
-
Version: 0.8.8.
|
|
3
|
+
Version: 0.8.8.post6
|
|
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>
|
|
@@ -143,14 +143,22 @@ services:
|
|
|
143
143
|
- SHELL_SANDBOX_PROVIDER=openshell
|
|
144
144
|
- OPENSHELL_GATEWAY_ENDPOINT=http://host.docker.internal:17670
|
|
145
145
|
- OPENSHELL_GATEWAY_INSECURE=true
|
|
146
|
+
# Sandbox→agent HTTP callback. REQUIRED for skills that fetch INPUT files
|
|
147
|
+
# from storage inside the sandbox (download_to_local — file modification
|
|
148
|
+
# flows). One DEDICATED host port per agent on the host (18000, 18001, …).
|
|
149
|
+
- AGENT_SANDBOX_CALLBACK_HOST=host.docker.internal
|
|
150
|
+
- AGENT_SANDBOX_CALLBACK_PORT=18000
|
|
151
|
+
ports:
|
|
152
|
+
# Dedicated callback publish (the PUBLIC route stays on the Coolify proxy —
|
|
153
|
+
# never publish 0.0.0.0:8000 directly, it collides). Keep this port OUT of
|
|
154
|
+
# the cloud security group (internal VPC only).
|
|
155
|
+
- "18000:8000"
|
|
146
156
|
volumes:
|
|
147
157
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
148
158
|
group_add:
|
|
149
159
|
- "${DOCKER_GID}" # host: getent group docker | cut -d: -f3 (or: stat -c %g /var/run/docker.sock)
|
|
150
160
|
extra_hosts:
|
|
151
161
|
- "host.docker.internal:host-gateway" # resolves to the host (Linux)
|
|
152
|
-
# NO `ports:` under Coolify — its proxy owns the host ports (publishing
|
|
153
|
-
# 0.0.0.0:<port> here fails with "port is already allocated").
|
|
154
162
|
```
|
|
155
163
|
|
|
156
164
|
Set `DOCKER_GID` in the deployment env to the host's docker group GID. The agent
|
|
@@ -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.8post6"
|
|
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
|
{agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/a2a/__init__.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/a2a/base.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/a2a/models.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/core/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/core/models.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/memory/base.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/memory/config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/memory/tools.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.8.post4 → agent_framework_lib-0.8.8.post6}/agent_framework/skills/base.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|