LICENSE.txt
README.md
pyproject.toml
atloop/__init__.py
atloop.egg-info/PKG-INFO
atloop.egg-info/SOURCES.txt
atloop.egg-info/dependency_links.txt
atloop.egg-info/entry_points.txt
atloop.egg-info/requires.txt
atloop.egg-info/top_level.txt
atloop/api/__init__.py
atloop/api/runner.py
atloop/cli/__init__.py
atloop/cli/main.py
atloop/cli/commands/__init__.py
atloop/cli/commands/config.py
atloop/cli/commands/execute.py
atloop/cli/commands/init.py
atloop/config/__init__.py
atloop/config/limits.py
atloop/config/loader.py
atloop/config/models.py
atloop/llm/__init__.py
atloop/llm/client.py
atloop/llm/schema.py
atloop/llm/prompts/__init__.py
atloop/llm/prompts/en/__init__.py
atloop/llm/prompts/zh/__init__.py
atloop/logging/__init__.py
atloop/logging/event_logger.py
atloop/logging/replay.py
atloop/logging/report.py
atloop/memory/__init__.py
atloop/memory/compressor.py
atloop/memory/memory_manager.py
atloop/memory/plan.py
atloop/memory/scorer.py
atloop/memory/state.py
atloop/memory/summarizer.py
atloop/orchestrator/__init__.py
atloop/orchestrator/agent_loop.py
atloop/orchestrator/budget.py
atloop/orchestrator/coordinator.py
atloop/orchestrator/job_state.py
atloop/orchestrator/state_machine.py
atloop/orchestrator/verifier.py
atloop/orchestrator/executor/__init__.py
atloop/orchestrator/executor/result_adapter.py
atloop/orchestrator/executor/tool_executor.py
atloop/orchestrator/phases/__init__.py
atloop/orchestrator/phases/act.py
atloop/orchestrator/phases/base.py
atloop/orchestrator/phases/discover.py
atloop/orchestrator/phases/plan.py
atloop/orchestrator/phases/stop_reason_handler.py
atloop/orchestrator/phases/verify.py
atloop/orchestrator/state/__init__.py
atloop/orchestrator/state/manager.py
atloop/orchestrator/workflow/__init__.py
atloop/orchestrator/workflow/workflow.py
atloop/retrieval/__init__.py
atloop/retrieval/context_pack.py
atloop/retrieval/indexer.py
atloop/retrieval/project_profile.py
atloop/runtime/__init__.py
atloop/runtime/sandbox_adapter.py
atloop/runtime/tool_runtime.py
atloop/skills/__init__.py
atloop/skills/enhanced_loader.py
atloop/skills/loader.py
atloop/tools/__init__.py
atloop/tools/auto_discovery.py
atloop/tools/base.py
atloop/tools/registry.py
atloop/tools/tool_factory.py
atloop/tools/filesystem/__init__.py
atloop/tools/filesystem/append_file.py
atloop/tools/filesystem/edit_file.py
atloop/tools/filesystem/glob_files.py
atloop/tools/filesystem/multi_edit_file.py
atloop/tools/filesystem/read_file.py
atloop/tools/filesystem/read_skill_file.py
atloop/tools/filesystem/write_file.py
atloop/tools/interaction/__init__.py
atloop/tools/interaction/skill_tool.py
atloop/tools/interaction/todo_read.py
atloop/tools/interaction/todo_write.py
atloop/tools/search/__init__.py
atloop/tools/search/search.py
atloop/tools/system/__init__.py
atloop/tools/system/run_command.py
tests/test_api_runner_integration.py
tests/test_cli_integration.py
tests/test_config_loader_integration.py
tests/test_config_unit.py
tests/test_e2e_api.py
tests/test_e2e_cli.py
tests/test_e2e_cli_subprocess.py
tests/test_e2e_scenarios.py
tests/test_e2e_simple_write.py
tests/test_integration_e2e.py
tests/test_integration_workflow.py
tests/test_orchestrator_unit.py
tests/test_tools.py
tests/test_validation_code_quality.py
tests/test_validation_config.py
tests/test_workflow_integration.py