.env.example
.flake8
.gitignore
.mypy.ini
.python-version
CODEOWNERS
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
constraints.md
debug_ollama.py
dev_install.sh
divide_function.py
factorial.py
install_test_package.sh
pyproject.toml
pytest.ini
reinstall.sh
requirements.txt
run_ci_checks.sh
setup.py
test_imports.py
.github/FUNDING.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/publish.yml
.github/workflows/test.yml
agent/__init__.py
agent/base.py
agent/claude_agent.py
agent/factory.py
agent/interact.py
agent/logger.py
agent/ollama_agent.py
agent/openai_agent.py
agent/permissions.py
agent/tools/__init__.py
agent/tools/file_tools.py
agent/tools/image_tools.py
agent/tools/register_tools.py
agent/tools/search_tools.py
agent/tools/search_tools.py-e
agent/tools/system_tools.py
cursor_agent/METADATA
cursor_agent/__init__.py
cursor_agent/agent/__init__.py
cursor_agent/agent/factory.py
cursor_agent/tools/__init__.py
cursor_agent_tools/METADATA
cursor_agent_tools/__init__.py
cursor_agent_tools.egg-info/PKG-INFO
cursor_agent_tools.egg-info/SOURCES.txt
cursor_agent_tools.egg-info/dependency_links.txt
cursor_agent_tools.egg-info/not-zip-safe
cursor_agent_tools.egg-info/requires.txt
cursor_agent_tools.egg-info/top_level.txt
cursor_agent_tools/agent/__init__.py
cursor_agent_tools/agent/factory.py
cursor_agent_tools/tools/__init__.py
docs/ollama_integration.md
docs/open_source_models.md
docs/permissions_guide.md
docs/trend_search.md
docs/web_search.md
examples/README.md
examples/basic_usage.py
examples/chat_conversation_example.py
examples/code_search_example.py
examples/file_manipulation_example.py
examples/interactive_mode_example.py
examples/line_based_edit_example.py
examples/main.py
examples/ollama_chat_example.py
examples/ollama_image_query_example.py
examples/ollama_tool_calling_example.py
examples/permission_example.py
examples/simple_task_example.py
examples/trend_search_example.py
examples/utils.py
examples/web_search_example.py
examples/demo_files/test_calculator.py
examples/demo_files/interactive_demo/requirements.txt
examples/demo_files/interactive_demo/app/main.py
examples/demo_files/interactive_demo/app/todo_model.py
examples/demo_project/README.md
examples/demo_project/config.yaml
examples/demo_project/database.py
examples/demo_project/main.py
examples/demo_project/models/user.py
examples/demo_project/utils/config.py
examples/demo_project/utils/logger.py
temp_line_edit_test/test_file.py
tests/__init__.py
tests/conftest.py
tests/create_test_dirs.py
tests/test_anthropic_direct.py
tests/test_anthropic_key.py
tests/test_basic.py
tests/test_claude_agent.py
tests/test_claude_chat.py
tests/test_image_integration.py
tests/test_image_tools.py
tests/test_ollama_agent.py
tests/test_openai_agent.py
tests/test_permissions.py
tests/test_tools.py
tests/test_trend_search.py
tests/utils.py