LICENSE
README.md
pyproject.toml
src/cin/__init__.py
src/cin.egg-info/PKG-INFO
src/cin.egg-info/SOURCES.txt
src/cin.egg-info/dependency_links.txt
src/cin.egg-info/requires.txt
src/cin.egg-info/top_level.txt
src/cin/agent/__init__.py
src/cin/agent/agent.py
src/cin/exceptions/__init__.py
src/cin/exceptions/agent_error.py
src/cin/exceptions/tool_error.py
src/cin/services/__init__.py
src/cin/tools/__init__.py
src/cin/tools/tools.py
src/cin/utils/__init__.py
src/cin/utils/json_extractor.py
tests/test_agent.py
tests/test_agent_interaction.py
tests/test_agent_tools.py
tests/test_utils_json_extractor.py