agent-framework-lib 0.8.8__tar.gz → 0.8.8.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.8/agent_framework_lib.egg-info → agent_framework_lib-0.8.8.post2}/PKG-INFO +1 -1
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/server.py +50 -6
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2/agent_framework_lib.egg-info}/PKG-INFO +1 -1
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/pyproject.toml +1 -1
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/ARCHITECTURE.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/LICENSE +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/MANIFEST.in +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/README.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/__init__.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/a2a/__init__.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/a2a/base.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/a2a/endpoints/__init__.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/a2a/endpoints/a2a_router.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/a2a/endpoints/agent_card_builder.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/a2a/endpoints/agent_card_skill_builder.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/a2a/endpoints/jsonrpc_dispatcher.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/a2a/endpoints/models_jsonrpc.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/a2a/endpoints/sse_wrapper.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/a2a/endpoints/translation_layer.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/a2a/models.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/a2a/providers/__init__.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/a2a/providers/elasticsearch_provider.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/a2a/providers/postgres_provider.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/capabilities/__init__.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/capabilities/resolver.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/code_delivery/__init__.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/code_delivery/audit.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/code_delivery/config.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/code_delivery/crypto.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/code_delivery/git_provider.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/code_delivery/herdr_client.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/code_delivery/models.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/code_delivery/orchestrator.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/code_delivery/store.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/code_delivery/tools.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/core/__init__.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/core/activity_formatter.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/core/agent_interface.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/core/agent_provider.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/core/base_agent.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/core/context_budget.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/core/context_summarizer.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/core/elasticsearch_config_provider.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/core/execution_controller.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/core/implementation_validator.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/core/interruption_message.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/core/knowledge_state.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/core/loop_detector.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/core/model_clients.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/core/model_config.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/core/model_router.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/core/models.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/core/prompt_builder.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/core/provider_calibration.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/core/scratchpad_compressor.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/core/scratchpad_serializer.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/core/state_manager.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/core/step_display_config.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/core/streaming_parts_accumulator.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/implementations/__init__.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/implementations/budget_aware_agent.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/implementations/llamaindex_agent.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/implementations/llamaindex_memory_adapter.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/implementations/microsoft_agent.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/memory/__init__.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/memory/agent_mixin.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/memory/base.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/memory/config.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/memory/hypothesis_engine.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/memory/implicit_feedback.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/memory/manager.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/memory/personalization.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/memory/providers/__init__.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/memory/providers/graphiti_provider.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/memory/providers/memori_provider.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/memory/response_lessons.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/memory/tools.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/memory/work_patterns.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/monitoring/__init__.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/monitoring/api_timing_tracker.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/monitoring/elasticsearch_circuit_breaker.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/monitoring/elasticsearch_logging.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/monitoring/error_handling.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/monitoring/error_logging.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/monitoring/llm_auto_instrumentor.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/monitoring/llm_metrics.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/monitoring/llm_metrics_collector.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/monitoring/llm_metrics_extractor.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/monitoring/metrics_aggregator.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/monitoring/metrics_config.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/monitoring/observability_manager.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/monitoring/otel_instrumentor.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/monitoring/otel_logging_handler.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/monitoring/otel_metrics_recorder.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/monitoring/otel_setup.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/monitoring/performance_monitor.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/monitoring/progress_tracker.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/monitoring/resource_manager.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/monitoring/resource_metrics_collector.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/monitoring/streaming_latency_tracer.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/monitoring/timing_tracker.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/monitoring/token_counter.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/monitoring/tracing_context.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/notifications/__init__.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/notifications/hub.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/notifications/webhook_notifier.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/processing/__init__.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/processing/ai_content_management.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/processing/markdown_converter.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/processing/multimodal_integration.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/processing/rich_content_validation.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/py.typed +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/security/__init__.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/security/authz.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/security/file_view_token.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/security/input_guard.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/security/openshell_policy.yaml +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/security/pii_redactor.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/security/sandbox.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/security/sandbox_provider.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/security/secret_redactor.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/security/shell_env.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/security/upload_token.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/session/__init__.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/session/elasticsearch_session_storage.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/session/session_storage.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/__init__.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/agent_mixin.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/base.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/__init__.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/scripts/__init__.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/scripts/create_and_register.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/scripts/register_to_storage.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/chart/SKILL.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/chart/chart_to_image.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/chart/vendor_chart.umd.min.js +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/code_delivery/SKILL.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/code_format/SKILL.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/code_format/format_python.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/csv/SKILL.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/csv/create_csv.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/csv/read_csv.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/csv/transform_csv.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/data_format/SKILL.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/data_format/json_to_yaml.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/data_format/yaml_to_json.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/drawio/SKILL.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/drawio/create_drawio.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/email_template/SKILL.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/excel/SKILL.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/excel/create_excel.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/file/SKILL.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/file/create_file.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/file/list_files.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/file/read_file.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/file_access/SKILL.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/file_access/download_to_local.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/file_access/get_file_path.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/form/SKILL.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/image_display/SKILL.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/image_gen/SKILL.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/image_gen/create_image.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/image_gen/generate_image.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/mermaid/SKILL.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/mermaid/mermaid_to_image.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/mermaid/vendor_mermaid.umd.min.js +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/multimodal/SKILL.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/optionsblock/SKILL.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/powerpoint/SKILL.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/powerpoint/create_powerpoint.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/powerpoint/templates/Big Data Infographics.pptx +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/powerpoint/templates/Executive Design Pitch Deck.pptx +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/powerpoint/templates/Management Consulting Toolkit.pptx +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/powerpoint/templates/__init__.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/powerpoint/templates/generate_templates.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/skill_creator/SKILL.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/skill_creator/skill_api.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/table/SKILL.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/table/table_to_image.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/unified_pdf/SKILL.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/unified_pdf/create_pdf.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/web_news_search/SKILL.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/web_news_search/web_news_search.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/word/SKILL.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/builtin/skills/word/create_word.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/custom_skill_manager.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/discovery_prompt.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/markdown_loader.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/tools.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/storage/__init__.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/storage/file_storages.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/storage/file_system_management.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/storage/storage_optimizer.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/subagents/__init__.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/subagents/executor.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/subagents/message_injector.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/subagents/message_queue.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/subagents/retrigger.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/subagents/spawn_tool.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/tools/__init__.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/tools/activity_callback.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/tools/adaptive_pdf_css.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/tools/base.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/tools/html_content_analyzer.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/tools/multimodal_tools.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/tools/pdf_image_scaler.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/tools/shell_tool.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/tools/sizing_config.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/tools/web_fetch_tool.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/tools/web_search_tool.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/utils/__init__.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/utils/path_utils.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/utils/post_install.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/utils/session_title_generator.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/utils/source_detector.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/utils/special_blocks.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/__init__.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/admin_auth.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/admin_models.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/admin_router.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/admin_services.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/api_timing_middleware.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/docs/A2A_GUIDE.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/docs/BUILTIN_SKILLS_REFERENCE.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/docs/CREATING_AGENTS.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/docs/CUSTOM_SKILLS_GUIDE.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/docs/DOCKER_SETUP.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/docs/Dockerfile +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/docs/GETTING_STARTED.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/docs/GITNEXUS_USER_GUIDE.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/docs/MEMORY_INSTALLATION.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/docs/README.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/docs/TOOLS_AND_MCP_GUIDE.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/docs/WORKSPACE_INTEGRATION.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/docs/api-reference.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/docs/configuration.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/docs/docker-compose.yml +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/docs/examples/agent_example_multi_skills.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/docs/examples/agent_with_file_storage.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/docs/examples/agent_with_mcp.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/docs/examples/agent_with_memory.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/docs/examples/agent_with_memory_graphiti.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/docs/examples/agent_with_memory_hybrid.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/docs/examples/agent_with_memory_simple.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/docs/examples/custom_framework_agent.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/docs/examples/simple_agent.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/docs/examples/skills_demo_agent.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/docs/installation-guide.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/documentation_generator.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/gitnexus_client.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/helper_agent.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/helper_ui.html +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/modern_ui.html +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/observability/kibana-llm-dashboard-setup.json +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/observability/kibana-resource-metrics-dashboard.json +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/otel_tracing_middleware.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/skills_router.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/web/test_app.html +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/workspace/__init__.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/workspace/artefacts.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/workspace/client.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/workspace/config.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/workspace/context.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/workspace/cursor.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/workspace/memory.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/workspace/models.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/workspace/poller.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/workspace/preferences.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/workspace/router.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/workspace/session.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/workspace/subscription.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework_lib.egg-info/SOURCES.txt +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework_lib.egg-info/dependency_links.txt +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework_lib.egg-info/entry_points.txt +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework_lib.egg-info/requires.txt +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework_lib.egg-info/top_level.txt +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/A2A_GUIDE.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/ACTIVITY_OUTPUT_PART.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/ARCHITECTURE_DIAGRAM.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/BUILTIN_SKILLS_REFERENCE.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/CANCEL_AND_INTERRUPT_FRONTEND.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/CONCURRENCE_VS_PARALLELISME_GUIDE.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/CREATING_AGENTS.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/CUSTOM_SKILLS_GUIDE.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/DEEPEVAL_TEST_REPORT.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/DIAGNOSTIC_SANDBOX_SKILLS.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/DOCKER_SETUP.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/ELASTICSEARCH_DATA_STRUCTURES.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/FILE_DOWNLOAD_LINKS.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/FILE_STORAGE_GUIDE.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/GETTING_STARTED.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/GITNEXUS_USER_GUIDE.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/HISTORY_MESSAGE_FORMAT.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/IMPLEMENTATION_GUIDE_NEW_AGENT.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/MEMORY_INSTALLATION.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/MODIFICATIONS_CONCURRENCE.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/MULTIMODAL_TOOLS_GUIDE.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/OBSERVABILITY_GUIDE.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/PYPI_PUBLISHING.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/QA_STREAMING_LATENCY.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/SCREENSHOTS_GUIDE.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/SECRETS_MANAGEMENT.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/SECURITY_HARDENING.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/SPEC_CROSS_MODEL_HISTORY_CONVERSION.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/SSE_NOTIFICATIONS_GUIDE.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/STREAMING_EVENTS_FRONTEND.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/TOOLS_AND_MCP_GUIDE.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/WORKSPACE_INTEGRATION.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/api-reference.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/configuration.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/framework_audit_remarques.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/helper_agent.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/index.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/docs/installation-guide.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/examples/README.md +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/examples/agent_context_budget_test.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/examples/agent_example_multi_skills.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/examples/agent_exemple_test.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/examples/agent_training_with_apo.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/examples/agent_with_custom_tools_file_storage.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/examples/agent_with_file_storage.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/examples/agent_with_mcp.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/examples/agent_with_memory_graphiti.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/examples/agent_with_memory_hybrid.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/examples/agent_with_memory_simple.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/examples/agent_with_personalization.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/examples/biagenttest.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/examples/custom_framework_agent.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/examples/dependencies/docker-compose.yaml +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/examples/pyproject.toml +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/examples/simple_agent.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/examples/skills_demo_agent.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/examples/test_work_patterns_live.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/examples/workspace_test_agent.py +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/setup.cfg +0 -0
- {agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/setup.py +0 -0
{agent_framework_lib-0.8.8/agent_framework_lib.egg-info → agent_framework_lib-0.8.8.post2}/PKG-INFO
RENAMED
|
@@ -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.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>
|
|
@@ -667,6 +667,30 @@ async def _load_session_or_raise(storage: Any, user_id: str, session_id: str) ->
|
|
|
667
667
|
return session_data
|
|
668
668
|
|
|
669
669
|
|
|
670
|
+
def _matches_status_filter(
|
|
671
|
+
metadata: dict[str, Any] | None, include_closed: bool, only_closed: bool
|
|
672
|
+
) -> bool:
|
|
673
|
+
"""Decide whether a session matches the requested open/closed filter.
|
|
674
|
+
|
|
675
|
+
A session is considered closed when ``metadata.status == "closed"``; any
|
|
676
|
+
other value (including a missing status) is treated as open.
|
|
677
|
+
|
|
678
|
+
Args:
|
|
679
|
+
metadata: Session metadata dict (may be None).
|
|
680
|
+
include_closed: Return both open and closed sessions.
|
|
681
|
+
only_closed: Return only closed sessions (takes precedence).
|
|
682
|
+
|
|
683
|
+
Returns:
|
|
684
|
+
True if the session should be included in the result.
|
|
685
|
+
"""
|
|
686
|
+
is_closed = (metadata or {}).get("status") == "closed"
|
|
687
|
+
if only_closed:
|
|
688
|
+
return is_closed
|
|
689
|
+
if include_closed:
|
|
690
|
+
return True
|
|
691
|
+
return not is_closed
|
|
692
|
+
|
|
693
|
+
|
|
670
694
|
# Pydantic model for incoming messages, now uses content list
|
|
671
695
|
class MessageRequest(BaseModel):
|
|
672
696
|
# This model directly mirrors StructuredAgentInput for the request body
|
|
@@ -4055,9 +4079,22 @@ async def list_sessions_endpoint(
|
|
|
4055
4079
|
user_id: str = Query(
|
|
4056
4080
|
DEFAULT_USER_ID, description="Identifier for the user whose sessions to list"
|
|
4057
4081
|
),
|
|
4082
|
+
include_closed: bool = Query(
|
|
4083
|
+
False,
|
|
4084
|
+
description="When true, return both open and closed sessions instead of open only.",
|
|
4085
|
+
),
|
|
4086
|
+
only_closed: bool = Query(
|
|
4087
|
+
False,
|
|
4088
|
+
description="When true, return only closed sessions. Takes precedence over include_closed.",
|
|
4089
|
+
),
|
|
4058
4090
|
current_user: str = Depends(get_current_user),
|
|
4059
4091
|
):
|
|
4060
|
-
"""Lists
|
|
4092
|
+
"""Lists session IDs for a given user_id, filtered by current agent ID.
|
|
4093
|
+
|
|
4094
|
+
By default only open sessions (status != "closed") are returned. Use
|
|
4095
|
+
``only_closed=true`` to list only closed sessions, or ``include_closed=true``
|
|
4096
|
+
to list both open and closed sessions.
|
|
4097
|
+
"""
|
|
4061
4098
|
global session_storage
|
|
4062
4099
|
|
|
4063
4100
|
# Multi-tenant: under auth, list only the authenticated principal's sessions
|
|
@@ -4073,13 +4110,20 @@ async def list_sessions_endpoint(
|
|
|
4073
4110
|
agent_identity = StateManager.create_agent_identity(temp_agent)
|
|
4074
4111
|
current_agent_id = agent_identity.agent_id
|
|
4075
4112
|
|
|
4076
|
-
# Use
|
|
4077
|
-
|
|
4078
|
-
|
|
4079
|
-
|
|
4113
|
+
# Use session info (includes metadata.status) so we can filter by status.
|
|
4114
|
+
# Already sorted by updated_at desc across all backends.
|
|
4115
|
+
sessions_info = await session_storage.list_user_sessions_with_info(user_id)
|
|
4116
|
+
|
|
4117
|
+
user_sessions = [
|
|
4118
|
+
info["session_id"]
|
|
4119
|
+
for info in sessions_info
|
|
4120
|
+
if info.get("agent_id") == current_agent_id
|
|
4121
|
+
and _matches_status_filter(info.get("metadata"), include_closed, only_closed)
|
|
4122
|
+
]
|
|
4123
|
+
|
|
4080
4124
|
# An empty list during a storage outage would look like "no sessions".
|
|
4081
4125
|
# Surface the outage as 503 instead so the client can retry.
|
|
4082
|
-
if not
|
|
4126
|
+
if not sessions_info and not await session_storage.is_available():
|
|
4083
4127
|
raise HTTPException(
|
|
4084
4128
|
status_code=503,
|
|
4085
4129
|
detail=STORAGE_UNAVAILABLE_DETAIL,
|
{agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.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.8
|
|
3
|
+
Version: 0.8.8.post2
|
|
4
4
|
Summary: A comprehensive Python framework for building and serving conversational AI agents with FastAPI
|
|
5
5
|
Author-email: Sebastian Pavel <sebastian@cinco.ai>, Elliott Girard <elliott.girard@icloud.com>
|
|
6
6
|
Maintainer-email: Sebastian Pavel <sebastian@cinco.ai>
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "agent-framework-lib"
|
|
7
|
-
version = "0.8.
|
|
7
|
+
version = "0.8.8post2"
|
|
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.8 → agent_framework_lib-0.8.8.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
|
|
File without changes
|
{agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/code_delivery/audit.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.8 → agent_framework_lib-0.8.8.post2}/agent_framework/code_delivery/store.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/code_delivery/tools.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/core/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/core/agent_provider.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/core/base_agent.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.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.8 → agent_framework_lib-0.8.8.post2}/agent_framework/core/loop_detector.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/core/model_clients.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/core/model_config.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/core/model_router.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/core/models.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.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.8 → agent_framework_lib-0.8.8.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.8 → agent_framework_lib-0.8.8.post2}/agent_framework/memory/__init__.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/memory/agent_mixin.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/memory/base.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/memory/config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.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.8 → agent_framework_lib-0.8.8.post2}/agent_framework/memory/tools.py
RENAMED
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/monitoring/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/notifications/hub.py
RENAMED
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/processing/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/security/__init__.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/security/authz.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/security/sandbox.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/security/shell_env.py
RENAMED
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/session/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/__init__.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/agent_mixin.py
RENAMED
|
File without changes
|
{agent_framework_lib-0.8.8 → agent_framework_lib-0.8.8.post2}/agent_framework/skills/base.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|