.python-version
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
.github/workflows/ci.yml
docs/api/index.md
docs/api/agents/index.md
docs/api/core/llm.md
docs/api/tools/index.md
docs/tutorials/CONFIGURATION.md
docs/tutorials/LOCAL_DEPLOYMENT_GUIDE.md
examples/chapter07_basic_setup.py
examples/chapter07_output.txt
examples/chapter08_context_engineering.py
examples/chapter09_memory_rag.py
examples/chapter10_protocols.py
examples/chapter11_orchestration.py
examples/chapter12_evaluation.py
hello_agents/__init__.py
hello_agents/version.py
hello_agents.egg-info/PKG-INFO
hello_agents.egg-info/SOURCES.txt
hello_agents.egg-info/dependency_links.txt
hello_agents.egg-info/requires.txt
hello_agents.egg-info/top_level.txt
hello_agents/agents/__init__.py
hello_agents/agents/plan_solve_agent.py
hello_agents/agents/react_agent.py
hello_agents/agents/reflection_agent.py
hello_agents/agents/simple_agent.py
hello_agents/core/__init__.py
hello_agents/core/agent.py
hello_agents/core/config.py
hello_agents/core/exceptions.py
hello_agents/core/llm.py
hello_agents/core/message.py
hello_agents/tools/__init__.py
hello_agents/tools/async_executor.py
hello_agents/tools/base.py
hello_agents/tools/chain.py
hello_agents/tools/registry.py
hello_agents/tools/builtin/__init__.py
hello_agents/tools/builtin/calculator.py
hello_agents/tools/builtin/search.py
hello_agents/utils/__init__.py
hello_agents/utils/helpers.py
hello_agents/utils/logging.py
hello_agents/utils/serialization.py