CLAUDE.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
examples/__init__.py
examples/conversation_handoff_example.py
examples/conversation_handoff_with_storage_example.py
examples/response_summary_agent.py
multimodal_agent_framework/__init__.py
multimodal_agent_framework/function_schema_generator.py
multimodal_agent_framework/helper_functions.py
multimodal_agent_framework/logging_config.py
multimodal_agent_framework/multimodal_agent.py
multimodal_agent_framework/token_tracker.py
multimodal_agent_framework.egg-info/PKG-INFO
multimodal_agent_framework.egg-info/SOURCES.txt
multimodal_agent_framework.egg-info/dependency_links.txt
multimodal_agent_framework.egg-info/requires.txt
multimodal_agent_framework.egg-info/top_level.txt
multimodal_agent_framework/configs/__init__.py
multimodal_agent_framework/configs/azure_opensource_config.py
multimodal_agent_framework/configs/base_config.py
multimodal_agent_framework/configs/claude_config.py
multimodal_agent_framework/configs/openai_config.py
multimodal_agent_framework/connectors/__init__.py
multimodal_agent_framework/connectors/azure_opensource_connector.py
multimodal_agent_framework/connectors/base.py
multimodal_agent_framework/connectors/claude_connector.py
multimodal_agent_framework/connectors/openai_connector.py
multimodal_agent_framework/conversation_manager/__init__.py
multimodal_agent_framework/conversation_manager/agent_conversation.py
multimodal_agent_framework/conversation_manager/agent_conversation_manager.py
multimodal_agent_framework/conversation_manager/storage/__init__.py
multimodal_agent_framework/conversation_manager/storage/base_storage.py
multimodal_agent_framework/conversation_manager/storage/file_storage.py
multimodal_agent_framework/conversation_manager/storage/s3_storage.py
tests/__init__.py
tests/test_connectors.py
tests/test_function_schema_generator.py
tests/test_installation.py
tests/test_multimodal_agent.py