README.md
pyproject.toml
analysis/analysis_result.py
analysis/analyzer.py
analysis/architecture.py
analysis/architecture_detector.py
analysis/ast_parser.py
analysis/call_graph.py
analysis/complexity.py
analysis/dependency_graph.py
analysis/init.py
analysis/metrics.py
analysis/project_knowledge.py
analysis/project_metrics.py
analysis/project_scanner.py
analysis/project_symbols.py
analysis/smell.py
analysis/smell_detector.py
atto_agent/__init__.py
atto_agent/runtime.py
atto_personal_agent.egg-info/PKG-INFO
atto_personal_agent.egg-info/SOURCES.txt
atto_personal_agent.egg-info/dependency_links.txt
atto_personal_agent.egg-info/requires.txt
atto_personal_agent.egg-info/top_level.txt
brain/brain.py
brain/decision.py
brain/planner.py
brain/state.py
context/builder.py
core/agent_loop.py
core/base.py
core/blackboard.py
core/capability.py
core/context.py
core/event.py
core/event_bus.py
core/goal.py
core/identity.py
core/jobs.py
core/kernel.py
core/memory.py
core/permissions.py
core/registry.py
core/scheduler.py
core/security.py
core/task.py
core/task_manager.py
core/task_queue.py
execution/git_commit.py
execution/lint_runner.py
execution/reflection.py
execution/reviewer.py
execution/runner.py
execution/tests_runner.py
llm/base.py
llm/fake.py
llm/ollama.py
llm/real.py
patch/applier.py
patch/backup.py
patch/models.py
patch/parser.py
patch/validator.py
planner/planner.py
shared/logger.py
skills/code_modifier.py
skills/code_reviewer.py
skills/conversation.py
skills/explainer.py
skills/http_client.py
skills/software_engineer.py
skills/workspace/resolver.py
skills/workspace/result.py
skills/workspace/skill.py
steps/analyze_project.py
steps/analyze_task.py
steps/apply_patch.py
steps/backup_files.py
steps/build_context.py
steps/build_prompt.py
steps/call_llm.py
steps/commit_changes.py
steps/expand_dependencies.py
steps/find_relevant_files.py
steps/load_project_memory.py
steps/parse_patch.py
steps/read_project.py
steps/read_relevant_files.py
steps/reflection.py
steps/review_patch.py
steps/run_linter.py
steps/run_tests.py
steps/validate_patch.py
tests/test_public_api.py
tools/__init__.py
tools/base.py
tools/development_job.py
tools/filesystemtool.py
tools/git.py
tools/pull_request.py
tools/registry.py
tools/result.py
tools/api/http_request.py
tools/execution/__init__.py
tools/execution/run_tests.py
tools/filesystem/__init__.py
tools/filesystem/apply_patch.py
tools/filesystem/delete_file.py
tools/filesystem/delete_files.py
tools/filesystem/edit_file.py
tools/filesystem/list_files.py
tools/filesystem/read_file.py
tools/filesystem/restore_files.py
tools/filesystem/search.py
tools/filesystem/write_file.py
tools/workflow/workflow_engine.py
tools/workspace/__init__.py
tools/workspace/find_workspace.py
tools/workspace/path.py
workflow/context.py
workflow/engine.py
workflow/factory.py
workflow/registry.py
workflow/result.py
workflow/state.py
workflow/step.py
workflow/workflow.py