LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
agents/__init__.py
agents/code_analyzer.py
agents/editor.py
agents/planner.py
agents/software_engineer.py
cli/__init__.py
cli/interface.py
cli/pair_programming_interface.py
cli/tool_usage_display.py
config/__init__.py
config/settings.py
language_support/__init__.py
language_support/analyzers.py
language_support/detector.py
language_support/editors.py
language_support/runners.py
prompts/__init__.py
prompts/swe_prompts.py
sdk/__init__.py
sdk/client.py
sdk/exceptions.py
sdk/models.py
swe_agent/__init__.py
swe_agent/main.py
swe_agent/agents/__init__.py
swe_agent/agents/code_analyzer.py
swe_agent/agents/editor.py
swe_agent/agents/planner.py
swe_agent/agents/software_engineer.py
swe_agent/cli/__init__.py
swe_agent/cli/interface.py
swe_agent/cli/pair_programming_interface.py
swe_agent/cli/tool_usage_display.py
swe_agent/config/__init__.py
swe_agent/config/settings.py
swe_agent/language_support/__init__.py
swe_agent/language_support/analyzers.py
swe_agent/language_support/detector.py
swe_agent/language_support/editors.py
swe_agent/language_support/runners.py
swe_agent/prompts/__init__.py
swe_agent/prompts/swe_prompts.py
swe_agent/sdk/__init__.py
swe_agent/sdk/client.py
swe_agent/sdk/exceptions.py
swe_agent/sdk/models.py
swe_agent/sdk/examples/README.md
swe_agent/sdk/examples/package.json
swe_agent/sdk/examples/sublime_plugin.py
swe_agent/sdk/examples/vscode_extension.js
swe_agent/sdk/examples/scripts/execute_task.py
swe_agent/sdk/examples/scripts/get_status.py
swe_agent/state/agent_state.py
swe_agent/tools/__init__.py
swe_agent/tools/advanced_langraph_tools.py
swe_agent/tools/code_analysis.py
swe_agent/tools/code_analysis_tools.py
swe_agent/tools/editing_tools.py
swe_agent/tools/file_operations.py
swe_agent/tools/langraph_tools.py
swe_agent/tools/planning_tools.py
swe_agent/tools/shell_operations.py
swe_agent/tools/swe_tools.py
swe_agent/tools/tool_usage_tracker.py
swe_agent/utils/anthropic_client.py
swe_agent/utils/helpers.py
swe_agent/utils/routing.py
swe_agent/workflows/clean_swe_workflow.py
swe_ai_agent.egg-info/PKG-INFO
swe_ai_agent.egg-info/SOURCES.txt
swe_ai_agent.egg-info/dependency_links.txt
swe_ai_agent.egg-info/entry_points.txt
swe_ai_agent.egg-info/requires.txt
swe_ai_agent.egg-info/top_level.txt
tools/__init__.py
tools/advanced_langraph_tools.py
tools/code_analysis.py
tools/code_analysis_tools.py
tools/editing_tools.py
tools/file_operations.py
tools/langraph_tools.py
tools/planning_tools.py
tools/shell_operations.py
tools/swe_tools.py
tools/tool_usage_tracker.py