LICENSE
README.md
pyproject.toml
src/amrita_core/__init__.py
src/amrita_core/chatmanager.py
src/amrita_core/config.py
src/amrita_core/consts.py
src/amrita_core/libchat.py
src/amrita_core/logging.py
src/amrita_core/preset.py
src/amrita_core/protocol.py
src/amrita_core/sessions.py
src/amrita_core/tokenizer.py
src/amrita_core/types.py
src/amrita_core/utils.py
src/amrita_core.egg-info/PKG-INFO
src/amrita_core.egg-info/SOURCES.txt
src/amrita_core.egg-info/dependency_links.txt
src/amrita_core.egg-info/requires.txt
src/amrita_core.egg-info/top_level.txt
src/amrita_core/agent/context.py
src/amrita_core/agent/functions.py
src/amrita_core/agent/strategy.py
src/amrita_core/builtins/__init__.py
src/amrita_core/builtins/adapter.py
src/amrita_core/builtins/agent.py
src/amrita_core/builtins/consts.py
src/amrita_core/builtins/tools.py
src/amrita_core/hook/event.py
src/amrita_core/hook/exception.py
src/amrita_core/hook/matcher.py
src/amrita_core/hook/on.py
src/amrita_core/tools/manager.py
src/amrita_core/tools/mcp.py
src/amrita_core/tools/models.py
tests/test_adapter.py
tests/test_agent.py
tests/test_chatmanager.py
tests/test_chatobject.py
tests/test_complete_content_validation.py
tests/test_content_deserialization.py
tests/test_functions.py
tests/test_integration.py
tests/test_libchat.py
tests/test_logger.py
tests/test_manager.py
tests/test_matcher.py
tests/test_mcp.py
tests/test_message_deserialization.py
tests/test_message_edge_cases.py
tests/test_preset.py
tests/test_register_content.py
tests/test_serialization_integrity.py
tests/test_sessions.py
tests/test_tools.py
tests/test_types.py
tests/test_utils.py