LICENSE
MANIFEST.in
README.md
app.py
pyproject.toml
requirements.txt
setup.py
nixagent/__init__.py
nixagent/agent.py
nixagent/llm.py
nixagent/logger.py
nixagent/mcp.py
nixagent.egg-info/PKG-INFO
nixagent.egg-info/SOURCES.txt
nixagent.egg-info/dependency_links.txt
nixagent.egg-info/entry_points.txt
nixagent.egg-info/not-zip-safe
nixagent.egg-info/requires.txt
nixagent.egg-info/top_level.txt
nixagent/providers/__init__.py
nixagent/providers/anthropic.py
nixagent/providers/gemini.py
nixagent/providers/openai.py
nixagent/providers/qwen.py
nixagent/providers/qwen_token.txt
nixagent/providers/vertex.py
nixagent/tools/__init__.py
nixagent/tools/cmd.py
nixagent/tools/fs.py
tests/test.py
tests/test_01_simple_usage.py
tests/test_02_multi_agent.py
tests/test_03_custom_tools.py
tests/test_04_mcp_usage.py
tests/test_05_builtin_tools.py
tests/test_06_cli_and_config.py
tests/test_07_streaming.py
tests/test_08_verbose_output.py
tests/test_anthropic.py
tests/test_gemini.py
tests/test_qwen.py
tests/test_vertex.py