README.md
pyproject.toml
tiaga/__init__.py
tiaga/dummy_script.py
tiaga/hello.py
tiaga/main.py
tiaga.egg-info/PKG-INFO
tiaga.egg-info/SOURCES.txt
tiaga.egg-info/dependency_links.txt
tiaga.egg-info/entry_points.txt
tiaga.egg-info/requires.txt
tiaga.egg-info/top_level.txt
tiaga/agent/agent.py
tiaga/agent/events.py
tiaga/agent/persistence.py
tiaga/agent/session.py
tiaga/analysis/__init__.py
tiaga/analysis/graph_builder.py
tiaga/analysis/language_parsers.py
tiaga/analysis/project_graph_context.py
tiaga/client/llm_client.py
tiaga/client/response.py
tiaga/client/providers/__init__.py
tiaga/client/providers/anthropic_provider.py
tiaga/client/providers/base.py
tiaga/client/providers/capabilities.py
tiaga/client/providers/gemini_provider.py
tiaga/client/providers/ollama_provider.py
tiaga/client/providers/openai_provider.py
tiaga/client/providers/provider_factory.py
tiaga/config/config.py
tiaga/config/loader.py
tiaga/context/__init__.py
tiaga/context/compaction.py
tiaga/context/manager.py
tiaga/context/prompts.py
tiaga/context/text.py
tiaga/core/__init__.py
tiaga/core/executor.py
tiaga/core/orchestrator.py
tiaga/core/planner.py
tiaga/core/runtime.py
tiaga/core/types.py
tiaga/graph/test_code.py
tiaga/hooks/hook_system.py
tiaga/safety/__init__.py
tiaga/safety/approval.py
tiaga/scripts/__init__.py
tiaga/scripts/test_tool.py
tiaga/tools_manager/__init__.py
tiaga/tools_manager/base.py
tiaga/tools_manager/discovery.py
tiaga/tools_manager/registry.py
tiaga/tools_manager/subagent.py
tiaga/tools_manager/buildin/__init__.py
tiaga/tools_manager/buildin/editfile.py
tiaga/tools_manager/buildin/glob.py
tiaga/tools_manager/buildin/grep.py
tiaga/tools_manager/buildin/listdir.py
tiaga/tools_manager/buildin/memory.py
tiaga/tools_manager/buildin/project_graph_refresh.py
tiaga/tools_manager/buildin/readfile.py
tiaga/tools_manager/buildin/shell.py
tiaga/tools_manager/buildin/todo.py
tiaga/tools_manager/buildin/webfetch.py
tiaga/tools_manager/buildin/websearch.py
tiaga/tools_manager/buildin/writefile.py
tiaga/tools_manager/buildin/youtube_scrapping.py
tiaga/tools_manager/layers/__init__.py
tiaga/tools_manager/layers/catalog.py
tiaga/tools_manager/layers/discovery.py
tiaga/tools_manager/layers/executor.py
tiaga/tools_manager/mcp/client.py
tiaga/tools_manager/mcp/mcp_manager.py
tiaga/tools_manager/mcp/mcp_tool.py
tiaga/tracing/trace.py
tiaga/tracing/tracing.py
tiaga/ui/__init__.py
tiaga/ui/minimal.py
tiaga/utils/__init__.py
tiaga/utils/erors.py
tiaga/utils/errors.py
tiaga/utils/path.py