LICENSE
README.md
pyproject.toml
learning_factory/__init__.py
learning_factory/agent.py
learning_factory/config.py
learning_factory/server.py
learning_factory/session.py
learning_factory.egg-info/PKG-INFO
learning_factory.egg-info/SOURCES.txt
learning_factory.egg-info/dependency_links.txt
learning_factory.egg-info/entry_points.txt
learning_factory.egg-info/requires.txt
learning_factory.egg-info/top_level.txt
learning_factory/agents/__init__.py
learning_factory/agents/base.py
learning_factory/agents/subagents.py
learning_factory/prompts/docs_researcher.md
learning_factory/prompts/file_writer.md
learning_factory/prompts/main_agent.md
learning_factory/prompts/repo_analyzer.md
learning_factory/prompts/web_researcher.md
learning_factory/skills/learning-a-tool/SKILL.md
learning_factory/skills/learning-a-tool/references/progressive-learning.md
learning_factory/static/index.html
learning_factory/tools/__init__.py
learning_factory/tools/bash.py
learning_factory/tools/filesystem.py
learning_factory/tools/mcp_client.py
learning_factory/tools/notion.py
learning_factory/tools/repo.py
learning_factory/tools/skills.py
learning_factory/tools/web.py
tests/test_api_key_check.py
tests/test_branding.py
tests/test_budget_awareness.py
tests/test_cli_render.py
tests/test_config.py
tests/test_dispatch_retry.py
tests/test_dispatch_semaphore.py
tests/test_file_writer_subagent.py
tests/test_file_writer_wiring.py
tests/test_filesystem_tools.py
tests/test_infrastructure.py
tests/test_max_rounds_fallback.py
tests/test_model_config.py
tests/test_output_dir_config.py
tests/test_packaging.py
tests/test_parallel_dispatch.py
tests/test_parallel_dispatch_stream.py
tests/test_progressive_disclosure.py
tests/test_same_file_dispatch_guard.py
tests/test_same_round_guard.py
tests/test_session_persistence.py
tests/test_skill_output_rewrite.py
tests/test_skill_tools.py
tests/test_subagent_event_dedup.py