LICENSE
README.md
pyproject.toml
setup.py
src/sarathi/__init__.py
src/sarathi.egg-info/PKG-INFO
src/sarathi.egg-info/SOURCES.txt
src/sarathi.egg-info/dependency_links.txt
src/sarathi.egg-info/entry_points.txt
src/sarathi.egg-info/requires.txt
src/sarathi.egg-info/top_level.txt
src/sarathi/cli/__init__.py
src/sarathi/cli/banner.py
src/sarathi/cli/chat_cli.py
src/sarathi/cli/cli_handler.py
src/sarathi/cli/code_cli.py
src/sarathi/cli/config_cli.py
src/sarathi/cli/gendocstrings.py
src/sarathi/cli/model_cli.py
src/sarathi/cli/registry.py
src/sarathi/cli/sbom_cli.py
src/sarathi/cli/sgit.py
src/sarathi/code/__init__.py
src/sarathi/code/code_agent.py
src/sarathi/code/codetasks.py
src/sarathi/config/config_manager.py
src/sarathi/llm/__init__.py
src/sarathi/llm/agent_engine.py
src/sarathi/llm/async_llm.py
src/sarathi/llm/call_llm.py
src/sarathi/llm/parallel_analyzer.py
src/sarathi/llm/tool_library.py
src/sarathi/llm/tools.py
src/sarathi/utils/formatters.py
src/sarathi/utils/io.py
src/sarathi/utils/usage.py
tests/test_async_llm.py
tests/test_chat_cli.py
tests/test_cli.py
tests/test_code_agent.py
tests/test_codetasks.py
tests/test_config.py
tests/test_llm.py
tests/test_prompts.py
tests/test_regex.py
tests/test_registry.py
tests/test_sbom.py
tests/test_tool_library.py
tests/test_tool_security.py
tests/test_usage.py
tests/test_utils.py