.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
src/sunwaee/api.py
src/sunwaee/cli.py
src/sunwaee/helpers.py
src/sunwaee/logger.py
src/sunwaee.egg-info/PKG-INFO
src/sunwaee.egg-info/SOURCES.txt
src/sunwaee.egg-info/dependency_links.txt
src/sunwaee.egg-info/entry_points.txt
src/sunwaee.egg-info/requires.txt
src/sunwaee.egg-info/top_level.txt
src/sunwaee/gen/__init__.py
src/sunwaee/gen/agent.py
src/sunwaee/gen/message.py
src/sunwaee/gen/model.py
src/sunwaee/gen/provider.py
src/sunwaee/gen/response.py
src/sunwaee/gen/tool.py
src/sunwaee/gen/tool_call.py
src/sunwaee/gen/_api/__init__.py
src/sunwaee/gen/_api/_router.py
src/sunwaee/gen/_api/agents.py
src/sunwaee/gen/_api/completion.py
src/sunwaee/gen/_api/models.py
src/sunwaee/gen/_api/providers.py
src/sunwaee/gen/_cli/__init__.py
src/sunwaee/gen/_cli/_entrypoint.py
src/sunwaee/gen/_cli/list.py
src/sunwaee/gen/_cli/serve.py
src/sunwaee/gen/agents/__init__.py
src/sunwaee/gen/agents/_registry.py
src/sunwaee/gen/agents/anthropic.py
src/sunwaee/gen/agents/deepseek.py
src/sunwaee/gen/agents/google.py
src/sunwaee/gen/agents/openai.py
src/sunwaee/gen/agents/xai.py
src/sunwaee/gen/models/__init__.py
src/sunwaee/gen/models/_registry.py
src/sunwaee/gen/models/anthropic.py
src/sunwaee/gen/models/deepseek.py
src/sunwaee/gen/models/google.py
src/sunwaee/gen/models/openai.py
src/sunwaee/gen/models/xai.py
src/sunwaee/gen/providers/__init__.py
src/sunwaee/gen/providers/_registry.py
src/sunwaee/gen/providers/anthropic.py
src/sunwaee/gen/providers/deepseek.py
src/sunwaee/gen/providers/google.py
src/sunwaee/gen/providers/openai.py
src/sunwaee/gen/providers/xai.py
tests/conftest.py
tests/test_helpers.py
tests/test_logger.py
tests/gen/test_agent.py
tests/gen/test_gen.py
tests/gen/test_gen_api.py
tests/gen/test_gen_cli.py
tests/gen/test_message.py
tests/gen/test_model.py
tests/gen/test_provider.py
tests/gen/test_tool.py
tests/gen/test_tool_call.py
tests/gen/agents/test_anthropic_agent.py
tests/gen/agents/test_deepseek_agent.py
tests/gen/agents/test_google_agent.py
tests/gen/agents/test_openai_agent.py
tests/gen/agents/test_xai_agent.py
tests/gen/providers/test_anthropic_provider.py
tests/gen/providers/test_deepseek_provider.py
tests/gen/providers/test_google_provider.py
tests/gen/providers/test_openai_provider.py
tests/gen/providers/test_xai_provider.py