.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
chat_templates/chatml.j2
examples/01-introduction-to-agents.ipynb
examples/cohere.ipynb
examples/demo.ipynb
examples/experiments.ipynb
examples/gemini.ipynb
examples/server.py
examples/chatbot/app.py
src/aidoot/__init__.py
src/aidoot/specs.py
src/aidoot/tool_executor.py
src/aidoot/tools.py
src/aidoot/utils.py
src/aidoot.egg-info/PKG-INFO
src/aidoot.egg-info/SOURCES.txt
src/aidoot.egg-info/dependency_links.txt
src/aidoot.egg-info/top_level.txt
src/aidoot/llms/__init__.py
src/aidoot/llms/_cohere.py
src/aidoot/llms/_llamacpp.py
src/aidoot/llms/_openai.py
src/aidoot/llms/llm.py