ARCHITECTURE.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
agent_framework/__init__.py
agent_framework/py.typed
agent_framework/chart_generation/llm_refinement_loop.py
agent_framework/core/__init__.py
agent_framework/core/agent_interface.py
agent_framework/core/agent_provider.py
agent_framework/core/base_agent.py
agent_framework/core/elasticsearch_config_provider.py
agent_framework/core/model_clients.py
agent_framework/core/model_config.py
agent_framework/core/model_router.py
agent_framework/core/rich_content_prompt.py
agent_framework/core/state_manager.py
agent_framework/implementations/__init__.py
agent_framework/implementations/llamaindex_agent.py
agent_framework/implementations/llamaindex_memory_adapter.py
agent_framework/implementations/microsoft_agent.py
agent_framework/memory/__init__.py
agent_framework/memory/agent_mixin.py
agent_framework/memory/base.py
agent_framework/memory/config.py
agent_framework/memory/manager.py
agent_framework/memory/tools.py
agent_framework/memory/providers/__init__.py
agent_framework/memory/providers/graphiti_provider.py
agent_framework/memory/providers/memori_provider.py
agent_framework/monitoring/__init__.py
agent_framework/monitoring/elasticsearch_circuit_breaker.py
agent_framework/monitoring/elasticsearch_logging.py
agent_framework/monitoring/error_handling.py
agent_framework/monitoring/error_logging.py
agent_framework/monitoring/performance_monitor.py
agent_framework/monitoring/progress_tracker.py
agent_framework/monitoring/resource_manager.py
agent_framework/processing/__init__.py
agent_framework/processing/ai_content_management.py
agent_framework/processing/markdown_converter.py
agent_framework/processing/multimodal_integration.py
agent_framework/session/__init__.py
agent_framework/session/elasticsearch_session_storage.py
agent_framework/session/session_storage.py
agent_framework/storage/__init__.py
agent_framework/storage/file_storages.py
agent_framework/storage/file_system_management.py
agent_framework/storage/storage_optimizer.py
agent_framework/tools/__init__.py
agent_framework/tools/adaptive_pdf_css.py
agent_framework/tools/base.py
agent_framework/tools/chart_tools.py
agent_framework/tools/file_access_tools.py
agent_framework/tools/file_tools.py
agent_framework/tools/html_content_analyzer.py
agent_framework/tools/mermaid_tools.py
agent_framework/tools/multimodal_tools.py
agent_framework/tools/pdf_image_scaler.py
agent_framework/tools/pdf_tools.py
agent_framework/tools/pdf_with_images_tool.py
agent_framework/tools/sizing_config.py
agent_framework/tools/tabledata_tools.py
agent_framework/tools/web_search_tools.py
agent_framework/utils/__init__.py
agent_framework/utils/path_utils.py
agent_framework/utils/post_install.py
agent_framework/utils/session_title_generator.py
agent_framework/utils/special_blocks.py
agent_framework/web/__init__.py
agent_framework/web/admin_auth.py
agent_framework/web/admin_models.py
agent_framework/web/admin_router.py
agent_framework/web/admin_services.py
agent_framework/web/documentation_generator.py
agent_framework/web/helper_agent.py
agent_framework/web/helper_ui.html
agent_framework/web/modern_ui.html
agent_framework/web/server.py
agent_framework/web/test_app.html
agent_framework/web/docs/CREATING_AGENTS.md
agent_framework/web/docs/DOCKER_SETUP.md
agent_framework/web/docs/Dockerfile
agent_framework/web/docs/MEMORY_INSTALLATION.md
agent_framework/web/docs/README.md
agent_framework/web/docs/TOOLS_AND_MCP_GUIDE.md
agent_framework/web/docs/api-reference.md
agent_framework/web/docs/configuration.md
agent_framework/web/docs/docker-compose.yml
agent_framework/web/docs/installation-guide.md
agent_framework/web/docs/examples/agent_example_multi_skills.py
agent_framework/web/docs/examples/agent_with_file_storage.py
agent_framework/web/docs/examples/agent_with_mcp.py
agent_framework/web/docs/examples/agent_with_memory.py
agent_framework/web/docs/examples/agent_with_memory_graphiti.py
agent_framework/web/docs/examples/agent_with_memory_hybrid.py
agent_framework/web/docs/examples/agent_with_memory_simple.py
agent_framework/web/docs/examples/custom_framework_agent.py
agent_framework/web/docs/examples/simple_agent.py
agent_framework_lib.egg-info/PKG-INFO
agent_framework_lib.egg-info/SOURCES.txt
agent_framework_lib.egg-info/dependency_links.txt
agent_framework_lib.egg-info/entry_points.txt
agent_framework_lib.egg-info/requires.txt
agent_framework_lib.egg-info/top_level.txt
docs/CREATING_AGENTS.md
docs/DOCKER_SETUP.md
docs/ELASTICSEARCH_DATA_STRUCTURES.md
docs/FILE_DOWNLOAD_LINKS.md
docs/FILE_STORAGE_GUIDE.md
docs/GETTING_STARTED.md
docs/MEMORY_INSTALLATION.md
docs/MULTIMODAL_TOOLS_GUIDE.md
docs/PYPI_PUBLISHING.md
docs/TOOLS_AND_MCP_GUIDE.md
docs/api-reference.md
docs/configuration.md
docs/installation-guide.md
examples/README.md
examples/agent_example_multi_skills.py
examples/agent_with_custom_tools_file_storage.py
examples/agent_with_file_storage.py
examples/agent_with_mcp.py
examples/agent_with_memory_graphiti.py
examples/agent_with_memory_hybrid.py
examples/agent_with_memory_simple.py
examples/custom_framework_agent.py
examples/pyproject.toml
examples/simple_agent.py
examples/dependencies/docker-compose.yaml