CLAUDE.md
CLI_SETUP.md
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
examples/just_calling_example/just_calling_example.py
examples/tab_news_analyzer/tabnews_code_example.gif
examples/tab_news_analyzer/tabnews_code_example.py
examples/tab_news_analyzer/tabnews_code_example.tape
examples/tab_news_analyzer/tabnews_code_example_python.tape
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/agent.py
src/tagent/cli.py
src/tagent/config.py
src/tagent/instructions_rag.py
src/tagent/llm_interface.py
src/tagent/llm_providers.py
src/tagent/memory_manager.py
src/tagent/model_config.py
src/tagent/models.py
src/tagent/prompt_builder.py
src/tagent/semantic_search.py
src/tagent/state_machine.py
src/tagent/task_actions.py
src/tagent/task_agent.py
src/tagent/token_utils.py
src/tagent/tool_executor.py
src/tagent/tool_rag.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
src/tagent/ui/__init__.py
src/tagent/ui/factory.py
src/tagent/ui/institutional.py
src/tagent/ui/interface.py
src/tagent/ui/modern_cli.py
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