CLAUDE.md
CLI_SETUP.md
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
examples/flight_search_agent_example.tape
examples/tagent_example.tape
examples/tab_news_analyzer/tabnew_code_example.py
examples/tab_news_analyzer/tagent.output.py
examples/tab_news_analyzer/tagent.tools.py
src/tagent/CLAUDE.md
src/tagent/GEMINI.md
src/tagent/__init__.py
src/tagent/__main__.py
src/tagent/actions.py
src/tagent/agent.py
src/tagent/cli.py
src/tagent/llm_adapter.py
src/tagent/llm_client.py
src/tagent/model_config.py
src/tagent/models.py
src/tagent/state_machine.py
src/tagent/store.py
src/tagent/ui.py
src/tagent/utils.py
src/tagent/version.py
src/tagent.egg-info/PKG-INFO
src/tagent.egg-info/SOURCES.txt
src/tagent.egg-info/dependency_links.txt
src/tagent.egg-info/entry_points.txt
src/tagent.egg-info/requires.txt
src/tagent.egg-info/top_level.txt
tests/test_config.py
tests/test_e2e_price_comparison.py
tests/test_e2e_simple.py
tests/test_main.py
tests/test_state_machine_integration.py