LICENSE
README.md
pyproject.toml
src/CAL/__init__.py
src/CAL/agent.py
src/CAL/categorization.py
src/CAL/compression.py
src/CAL/content_blocks.py
src/CAL/llm.py
src/CAL/logger.py
src/CAL/mcp.py
src/CAL/memory.py
src/CAL/message.py
src/CAL/subagent.py
src/CAL/tool.py
src/creevo_agent_library.egg-info/PKG-INFO
src/creevo_agent_library.egg-info/SOURCES.txt
src/creevo_agent_library.egg-info/dependency_links.txt
src/creevo_agent_library.egg-info/requires.txt
src/creevo_agent_library.egg-info/top_level.txt
tests/test_agent.py
tests/test_content_blocks.py
tests/test_integration.py
tests/test_llm.py
tests/test_logger.py
tests/test_mcp.py
tests/test_memory.py
tests/test_message.py
tests/test_subagent.py
tests/test_tool.py