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
autonomy/__init__.py
autonomy/memory.py
autonomy/publisher.py
autonomy/reviewer.py
autonomy/risk.py
brain/brain.py
brain/decision.py
connectors/__init__.py
connectors/spotify.py
context/builder.py
core/agent_loop.py
core/agent_policies.py
core/agent_protocol.py
core/agent_state.py
core/agent_workflows.py
core/audit.py
core/base.py
core/blackboard.py
core/capability.py
core/context.py
core/context_retrieval.py
core/dynamic_planner.py
core/engineering_stages.py
core/event.py
core/event_bus.py
core/execution_state.py
core/goal.py
core/identity.py
core/integrations.py
core/jobs.py
core/kernel.py
core/memory.py
core/observation_compactor.py
core/operational_memory.py
core/permissions.py
core/reflection.py
core/registry.py
core/repository_profile.py
core/security.py
core/stage_runtime.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
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/devices.py
skills/explainer.py
skills/http_client.py
skills/media.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_autonomous_runtime.py
tests/test_autonomy_upgrades.py
tests/test_integrations.py
tests/test_live_evaluations.py
tests/test_public_api.py
tools/__init__.py
tools/base.py
tools/development_job.py
tools/devices.py
tools/git.py
tools/media.py
tools/pull_request.py
tools/registry.py
tools/result.py
tools/terminal.py
tools/api/http_request.py
tools/execution/__init__.py
tools/execution/run_tests.py
tools/execution/run_validation.py
tools/filesystem/__init__.py
tools/filesystem/apply_patch.py
tools/filesystem/content_policy.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/search_multiple.py
tools/filesystem/snapshots.py
tools/filesystem/trace_dependencies.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