README.md
pyproject.toml
src/illustrated_agents/__init__.py
src/illustrated_agents/agent.py
src/illustrated_agents/cli.py
src/illustrated_agents/display.py
src/illustrated_agents/llm.py
src/illustrated_agents/mcp.py
src/illustrated_agents/memory.py
src/illustrated_agents/planning.py
src/illustrated_agents/toolbox.py
src/illustrated_agents/tools.py
src/illustrated_agents/trajectory.py
src/illustrated_agents/utils.py
src/illustrated_agents.egg-info/PKG-INFO
src/illustrated_agents.egg-info/SOURCES.txt
src/illustrated_agents.egg-info/dependency_links.txt
src/illustrated_agents.egg-info/entry_points.txt
src/illustrated_agents.egg-info/requires.txt
src/illustrated_agents.egg-info/top_level.txt
src/illustrated_agents/chapters/__init__.py
src/illustrated_agents/chapters/ch1.py
src/illustrated_agents/chapters/ch10.py
src/illustrated_agents/chapters/ch2.py
src/illustrated_agents/chapters/ch4.py
src/illustrated_agents/chapters/ch5.py
src/illustrated_agents/chapters/ch5_mcp.py
src/illustrated_agents/chapters/ch6.py
src/illustrated_agents/chapters/ch7.py
src/illustrated_agents/chapters/ch9.py