README.md
pyproject.toml
setup.cfg
setup.py
TinyAGI/__init__.py
TinyAGI/agent.py
TinyAGI/task_manager.py
TinyAGI/utils.py
TinyAGI.egg-info/PKG-INFO
TinyAGI.egg-info/SOURCES.txt
TinyAGI.egg-info/dependency_links.txt
TinyAGI.egg-info/entry_points.txt
TinyAGI.egg-info/requires.txt
TinyAGI.egg-info/top_level.txt
TinyAGI/agents/__init__.py
TinyAGI/agents/agent_manager.py
TinyAGI/agents/alpaca_x_agent.py
TinyAGI/agents/base_agent.py
TinyAGI/agents/llama_cpp_agent.py
TinyAGI/agents/ollama_agent.py
TinyAGI/agents/openai_agent.py
TinyAGI/agents/tabitha_agent.py
TinyAGI/modules/__init__.py
TinyAGI/modules/module_manager.py
TinyAGI/plugins/__init__.py
TinyAGI/plugins/base_plugin.py
TinyAGI/plugins/code_formatter.py
TinyAGI/plugins/generate_references.py
TinyAGI/plugins/generate_summary.py
TinyAGI/plugins/generate_tags.py
TinyAGI/plugins/generate_text.py
TinyAGI/plugins/plugin_manager.py
TinyAGI/services/__init__.py
TinyAGI/services/chat_manager.py
TinyAGI/services/cli_manager.py
TinyAGI/services/server_manager.py
TinyAGI/tools/__init__.py
TinyAGI/tools/base_tool.py
TinyAGI/tools/tool_manager.py
TinyAGI/tools/wikipedia_tool.py