README.md
pyproject.toml
learncode_agent/__init__.py
learncode_agent/main.py
learncode_agent/terminal_style.py
learncode_agent/tools.py
learncode_agent/tui.py
learncode_agent.egg-info/PKG-INFO
learncode_agent.egg-info/SOURCES.txt
learncode_agent.egg-info/dependency_links.txt
learncode_agent.egg-info/entry_points.txt
learncode_agent.egg-info/requires.txt
learncode_agent.egg-info/top_level.txt
learncode_agent/prompts/brainstorm_system_prompt.md
learncode_agent/prompts/build_system_prompt.md
learncode_agent/prompts/critic_system_prompt.md
learncode_agent/prompts/plan_system_prompt.md
learncode_agent/prompts/problem_designer_system_prompt.md
tests/test_main.py