CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
src/em_agent_framework/__init__.py
src/em_agent_framework/__version__.py
src/em_agent_framework/py.typed
src/em_agent_framework.egg-info/PKG-INFO
src/em_agent_framework.egg-info/SOURCES.txt
src/em_agent_framework.egg-info/dependency_links.txt
src/em_agent_framework.egg-info/requires.txt
src/em_agent_framework.egg-info/top_level.txt
src/em_agent_framework/config/__init__.py
src/em_agent_framework/config/settings.py
src/em_agent_framework/core/__init__.py
src/em_agent_framework/core/agent.py
src/em_agent_framework/core/conversation.py
src/em_agent_framework/core/group_chat_manager.py
src/em_agent_framework/core/metrics.py
src/em_agent_framework/core/group_chat/__init__.py
src/em_agent_framework/core/group_chat/manager.py
src/em_agent_framework/core/group_chat/strategies.py
src/em_agent_framework/core/models/__init__.py
src/em_agent_framework/core/models/anthropic_provider.py
src/em_agent_framework/core/models/grok_provider.py
src/em_agent_framework/core/models/mistral_provider.py
src/em_agent_framework/core/models/openai_compat_provider.py
src/em_agent_framework/core/models/openai_provider.py
src/em_agent_framework/core/models/provider.py
src/em_agent_framework/core/models/vertex_ai_provider.py
src/em_agent_framework/core/models/vertex_grok_provider.py
src/em_agent_framework/core/tools/__init__.py
src/em_agent_framework/core/tools/decorators.py
src/em_agent_framework/core/tools/executor.py
src/em_agent_framework/core/tools/registry.py
src/em_agent_framework/core/tools/utils.py
src/em_agent_framework/utils/__init__.py
src/em_agent_framework/utils/token_counter.py
tests/test_agent_basic.py
tests/test_anthropic_provider.py
tests/test_context_injection.py
tests/test_cross_provider_fallback.py
tests/test_dynamic_tool_management.py
tests/test_grok_provider.py
tests/test_group_chat.py
tests/test_history_integrity.py
tests/test_live_providers.py
tests/test_load_instructions.py
tests/test_load_skill.py
tests/test_math_agent.py
tests/test_mistral_provider.py
tests/test_openai_compat_provider.py
tests/test_openai_provider.py
tests/test_recursive_agent.py
tests/test_thinking_capture.py
tests/test_token_counting.py
tests/test_tool_decorator.py
tests/test_tool_in_both_lists.py
tests/test_tool_removal_to_complementary.py
tests/test_unknown_tool_hint.py
tests/test_update_tools_func_bug.py
tests/test_vertex_ai_provider.py
tests/test_vertex_grok_provider.py