.gitignore
LICENSE
README.md
pyproject.toml
sunwaee/__init__.py
sunwaee/_version.py
sunwaee.egg-info/PKG-INFO
sunwaee.egg-info/SOURCES.txt
sunwaee.egg-info/dependency_links.txt
sunwaee.egg-info/requires.txt
sunwaee.egg-info/top_level.txt
sunwaee/core/__init__.py
sunwaee/core/logger.py
sunwaee/core/tools.py
sunwaee/modules/__init__.py
sunwaee/modules/gen/__init__.py
sunwaee/modules/gen/agent.py
sunwaee/modules/gen/tools.py
sunwaee/modules/gen/engine/__init__.py
sunwaee/modules/gen/engine/base.py
sunwaee/modules/gen/engine/errors.py
sunwaee/modules/gen/engine/factory.py
sunwaee/modules/gen/engine/model.py
sunwaee/modules/gen/engine/types.py
sunwaee/modules/gen/engine/models/__init__.py
sunwaee/modules/gen/engine/models/anthropic.py
sunwaee/modules/gen/engine/models/deepseek.py
sunwaee/modules/gen/engine/models/google.py
sunwaee/modules/gen/engine/models/moonshot.py
sunwaee/modules/gen/engine/models/openai.py
sunwaee/modules/gen/engine/models/xai.py
sunwaee/modules/gen/engine/providers/__init__.py
sunwaee/modules/gen/engine/providers/anthropic.py
sunwaee/modules/gen/engine/providers/completions.py
sunwaee/modules/gen/engine/providers/google.py
sunwaee/modules/gen/engine/providers/responses.py
tests/__init__.py
tests/conftest.py
tests/gen/__init__.py
tests/gen/test_agent.py
tests/gen/test_stream_agent.py
tests/gen/test_tools.py
tests/gen/engine/__init__.py
tests/gen/engine/test_errors.py
tests/gen/engine/test_factory.py
tests/gen/engine/test_model.py
tests/gen/engine/test_types.py
tests/gen/engine/live/__init__.py
tests/gen/engine/live/_shared.py
tests/gen/engine/live/test_attachments.py
tests/gen/engine/live/test_caching.py
tests/gen/engine/live/test_chain.py
tests/gen/engine/live/test_reasoning.py
tests/gen/engine/live/test_scenarios.py
tests/gen/engine/live/test_tool_call_result.py
tests/gen/engine/live/run/.gitignore
tests/gen/engine/models/__init__.py
tests/gen/engine/providers/__init__.py
tests/gen/engine/providers/test_anthropic.py
tests/gen/engine/providers/test_completions.py
tests/gen/engine/providers/test_google.py
tests/gen/engine/providers/test_responses.py