.env.example
.flake8
.gitignore
.mypy.ini
CODEOWNERS
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
constraints.md
factorial.py
pyproject.toml
pytest.ini
requirements.txt
run_ci_checks.sh
run_tests.py
setup.py
test.py
test_anthropic.py
test_link_replacement.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/openai_agent.py
agent/permissions.py
agent/tools/__init__.py
agent/tools/file_tools.py
agent/tools/register_tools.py
agent/tools/search_tools.py
agent/tools/system_tools.py
cursor_agent/__init__.py
cursor_agent/agent/__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
docs/permissions_guide.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/main.py
examples/permission_example.py
examples/simple_task_example.py
examples/utils.py
examples/demo_files/calculator.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
tests/__init__.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_openai_agent.py
tests/test_permissions.py
tests/test_tools.py
tests/utils.py