LICENSE
LICENSE-TASKS
README.md
pyproject.toml
requirements.txt
octotools/engine/__init__.py
octotools/engine/anthropic.py
octotools/engine/base.py
octotools/engine/deepseek.py
octotools/engine/engine_utils.py
octotools/engine/factory.py
octotools/engine/gemini.py
octotools/engine/litellm.py
octotools/engine/openai.py
octotools/engine/together.py
octotools/engine/vllm.py
octotools/engine/xai.py
octotools/models/__init__.py
octotools/models/executor.py
octotools/models/formatters.py
octotools/models/initializer.py
octotools/models/memory.py
octotools/models/planner.py
octotools/models/utils.py
octotools/octotoolkit.egg-info/PKG-INFO
octotools/octotoolkit.egg-info/SOURCES.txt
octotools/octotoolkit.egg-info/dependency_links.txt
octotools/octotoolkit.egg-info/requires.txt
octotools/octotoolkit.egg-info/top_level.txt
octotools/tools/__init__.py
octotools/tools/base.py
octotools/tools/advanced_object_detector/__init__.py
octotools/tools/advanced_object_detector/tool.py
octotools/tools/arxiv_paper_searcher/__init__.py
octotools/tools/arxiv_paper_searcher/tool.py
octotools/tools/generalist_solution_generator/__init__.py
octotools/tools/generalist_solution_generator/tool.py
octotools/tools/google_search/__init__.py
octotools/tools/google_search/tool.py
octotools/tools/image_captioner/__init__.py
octotools/tools/image_captioner/tool.py
octotools/tools/nature_news_fetcher/__init__.py
octotools/tools/nature_news_fetcher/tool.py
octotools/tools/object_detector/__init__.py
octotools/tools/object_detector/tool.py
octotools/tools/pubmed_search/__init__.py
octotools/tools/pubmed_search/tool.py
octotools/tools/python_code_generator/__init__.py
octotools/tools/python_code_generator/tool.py
octotools/tools/relevant_patch_zoomer/__init__.py
octotools/tools/relevant_patch_zoomer/tool.py
octotools/tools/text_detector/__init__.py
octotools/tools/text_detector/tool.py
octotools/tools/url_text_extractor/__init__.py
octotools/tools/url_text_extractor/tool.py
octotools/tools/wikipedia_knowledge_searcher/__init__.py
octotools/tools/wikipedia_knowledge_searcher/tool.py