MANIFEST.in
README.md
docker-install.md
install.md
pyproject.toml
setup.py
./src/__init__.py
./src/chat.py
./src/config.py
./src/langchain.json
./src/langgraph.json
./src/stt.json
./src/tts.json
./src/api/__init__.py
./src/api/common/service.py
./src/api/common/models/__init__.py
./src/api/common/models/account.py
./src/api/common/models/aiimg_message.py
./src/api/common/models/aiimg_model.py
./src/api/common/models/aiimg_usage.py
./src/api/common/models/api_account.py
./src/api/common/models/api_app_key.py
./src/api/common/models/log_model.py
./src/api/common/models/log_model_detail.py
./src/api/common/models/log_sys.py
./src/api/common/models/openai_message.py
./src/api/common/models/openai_usage.py
./src/api/common/models/stt_model.py
./src/api/common/models/tts_model.py
./src/api/common/models/with_openai.py
./src/api/image/__init__.py
./src/api/image/endpoint.py
./src/api/image/service.py
./src/api/image/test_image.py
./src/api/open_ai_chat/__init__.py
./src/api/open_ai_chat/completions_test.py
./src/api/open_ai_chat/endpoint.py
./src/api/open_ai_chat/schema.py
./src/api/open_ai_chat/service.py
./src/api/stt/__init__.py
./src/api/stt/endpoint.py
./src/api/stt/service.py
./src/api/tts/endpoint.py
./src/api/tts/service.py
./src/api/tts/test_tts.py
./src/config/__init__.py
./src/config/config.py
./src/config/database.json
./src/config/event.json
./src/config/job.json
./src/config/langchain.json
./src/config/langgraph.json
./src/config/listener.json
./src/config/logs.json
./src/config/rag.json
./src/config/router.json
./src/config/stt.json
./src/config/tts.json
./src/core/context.py
./src/core/db.py
./src/core/logger.py
./src/core/middleware.py
./src/core/orm.py
./src/core/router.py
./src/hub/__init__.py
./src/hub/aliyun/__init__.py
./src/hub/aliyun/auth.py
./src/hub/aliyun/chat/__init__.py
./src/hub/aliyun/chat/chat.py
./src/hub/aliyun/image/__init__.py
./src/hub/aliyun/image/image.py
./src/hub/aliyun/stt/__init__.py
./src/hub/aliyun/stt/stt.py
./src/hub/aliyun/tts/__init__.py
./src/hub/aliyun/tts/tts.py
./src/hub/baidu/__init__.py
./src/hub/baidu/auth.py
./src/hub/baidu/chat/__init__.py
./src/hub/baidu/chat/chat.py
./src/hub/baidu/image/__init__.py
./src/hub/baidu/image/image.py
./src/hub/baidu/stt/__init__.py
./src/hub/baidu/stt/stt.py
./src/hub/baidu/tts/__init__.py
./src/hub/baidu/tts/tts.py
./src/hub/common/README.md
./src/hub/common/__init__.py
./src/hub/common/base.py
./src/hub/common/config.py
./src/hub/common/factory.py
./src/hub/common/http.py
./src/hub/tencent/__init__.py
./src/hub/tencent/auth.py
./src/hub/tencent/chat/__init__.py
./src/hub/tencent/chat/chat.py
./src/hub/tencent/stt/__init__.py
./src/hub/tencent/stt/stt.py
./src/hub/tencent/tts/README.md
./src/hub/tencent/tts/__init__.py
./src/hub/tencent/tts/tts.py
./src/hub/volcengine/__init__.py
./src/hub/volcengine/auth.py
./src/hub/volcengine/chat/__init__.py
./src/hub/volcengine/chat/chat.py
./src/hub/volcengine/stt/__init__.py
./src/hub/volcengine/stt/stt.py
./src/hub/volcengine/tts/__init__.py
./src/hub/volcengine/tts/tts.py
./src/nodes/__init__.py
./src/nodes/base_node.py
./src/nodes/chat/README.md
./src/nodes/chat/__init__.py
./src/nodes/chat/inputs.py
./src/nodes/chat/node.py
./src/nodes/chat/state.py
./src/nodes/image/README.md
./src/nodes/image/__init__.py
./src/nodes/image/inputs.py
./src/nodes/image/node.py
./src/nodes/image/state.py
./src/router/api.py
./src/servers/__init__.py
./src/servers/chat.py
./src/servers/kb.py
./src/servers/ws_stt.py
./src/servers/ws_tts.py
./src/websocket/STT.MD
./src/websocket/TTS.MD
./src/websocket/__init__.py
./src/websocket/stt.py
./src/websocket/tts.py
./src/workflows/__init.py
./src/workflows/__init__.py
./src/workflows/base.py
./src/workflows/manager.py
./src/workflows/aliyun/chat/graph/builder.py
./src/workflows/aliyun/chat/graph/nodes.py
./src/workflows/aliyun/chat/graph/state.py
./src/workflows/aliyun/image/graph/builder.py
./src/workflows/aliyun/image/graph/nodes.py
./src/workflows/aliyun/image/graph/state.py
./src/workflows/aliyun/stt/graph/builder.py
./src/workflows/aliyun/stt/graph/nodes.py
./src/workflows/aliyun/stt/graph/state.py
./src/workflows/aliyun/tts/graph/builder.py
./src/workflows/aliyun/tts/graph/nodes.py
./src/workflows/aliyun/tts/graph/state.py
./src/workflows/baidu/chat/graph/builder.py
./src/workflows/baidu/chat/graph/nodes.py
./src/workflows/baidu/chat/graph/state.py
./src/workflows/baidu/image/graph/builder.py
./src/workflows/baidu/image/graph/nodes.py
./src/workflows/baidu/image/graph/state.py
./src/workflows/baidu/stt/graph/builder.py
./src/workflows/baidu/stt/graph/nodes.py
./src/workflows/baidu/stt/graph/state.py
./src/workflows/baidu/tts/graph/builder.py
./src/workflows/baidu/tts/graph/nodes.py
./src/workflows/baidu/tts/graph/state.py
./src/workflows/graph/__init__.py
./src/workflows/graph/chat/builder.py
./src/workflows/graph/chat/nodes.py
./src/workflows/graph/chat/state.py
./src/workflows/graph/image/builder.py
./src/workflows/graph/image/nodes.py
./src/workflows/graph/image/state.py
./src/workflows/graph/knowledge_agent/__init__.py
./src/workflows/graph/knowledge_agent/builder.py
./src/workflows/graph/knowledge_agent/nodes.py
./src/workflows/graph/knowledge_agent/state.py
./src/workflows/graph/lifecycle/builder.py
./src/workflows/graph/lifecycle/nodes.py
./src/workflows/graph/lifecycle/state.py
./src/workflows/nodes/__init__.py
./src/workflows/nodes/base_node.py
./src/workflows/nodes/knowledge.py
./src/workflows/nodes/chat/README.md
./src/workflows/nodes/chat/__init__.py
./src/workflows/nodes/chat/inputs.py
./src/workflows/nodes/chat/node.py
./src/workflows/nodes/chat/state.py
./src/workflows/nodes/image/README.md
./src/workflows/nodes/image/__init__.py
./src/workflows/nodes/image/inputs.py
./src/workflows/nodes/image/node.py
./src/workflows/nodes/image/state.py
./src/workflows/tencent/chat/graph/builder.py
./src/workflows/tencent/chat/graph/nodes.py
./src/workflows/tencent/chat/graph/state.py
./src/workflows/tencent/stt/graph/builder.py
./src/workflows/tencent/stt/graph/nodes.py
./src/workflows/tencent/stt/graph/state.py
./src/workflows/tencent/tts/graph/builder.py
./src/workflows/tencent/tts/graph/nodes.py
./src/workflows/tencent/tts/graph/state.py
./src/workflows/volcengine/chat/graph/builder.py
./src/workflows/volcengine/chat/graph/nodes.py
./src/workflows/volcengine/chat/graph/state.py
./src/workflows/volcengine/image/graph/builder.py
./src/workflows/volcengine/image/graph/nodes.py
./src/workflows/volcengine/image/graph/state.py
./src/workflows/volcengine/stt/graph/builder.py
./src/workflows/volcengine/stt/graph/nodes.py
./src/workflows/volcengine/stt/graph/state.py
./src/workflows/volcengine/tts/graph/builder.py
./src/workflows/volcengine/tts/graph/nodes.py
./src/workflows/volcengine/tts/graph/state.py
src/__init__.py
src/chat.py
src/config.py
src/langchain.json
src/langgraph.json
src/stt.json
src/tts.json
src/api/__init__.py
src/api/common/service.py
src/api/common/models/__init__.py
src/api/common/models/account.py
src/api/common/models/aiimg_message.py
src/api/common/models/aiimg_model.py
src/api/common/models/aiimg_usage.py
src/api/common/models/api_account.py
src/api/common/models/api_app_key.py
src/api/common/models/log_model.py
src/api/common/models/log_model_detail.py
src/api/common/models/log_sys.py
src/api/common/models/openai_message.py
src/api/common/models/openai_usage.py
src/api/common/models/stt_model.py
src/api/common/models/tts_model.py
src/api/common/models/with_openai.py
src/api/image/__init__.py
src/api/image/endpoint.py
src/api/image/service.py
src/api/image/test_image.py
src/api/open_ai_chat/__init__.py
src/api/open_ai_chat/completions_test.py
src/api/open_ai_chat/endpoint.py
src/api/open_ai_chat/schema.py
src/api/open_ai_chat/service.py
src/api/stt/__init__.py
src/api/stt/endpoint.py
src/api/stt/service.py
src/api/tts/endpoint.py
src/api/tts/service.py
src/api/tts/test_tts.py
src/config/__init__.py
src/config/config.py
src/config/database.json
src/config/event.json
src/config/job.json
src/config/langchain.json
src/config/langgraph.json
src/config/listener.json
src/config/logs.json
src/config/rag.json
src/config/router.json
src/config/stt.json
src/config/tts.json
src/core/context.py
src/core/db.py
src/core/logger.py
src/core/middleware.py
src/core/orm.py
src/core/router.py
src/hub/__init__.py
src/hub/aliyun/__init__.py
src/hub/aliyun/auth.py
src/hub/aliyun/chat/__init__.py
src/hub/aliyun/chat/chat.py
src/hub/aliyun/image/__init__.py
src/hub/aliyun/image/image.py
src/hub/aliyun/stt/__init__.py
src/hub/aliyun/stt/stt.py
src/hub/aliyun/tts/__init__.py
src/hub/aliyun/tts/tts.py
src/hub/baidu/__init__.py
src/hub/baidu/auth.py
src/hub/baidu/chat/__init__.py
src/hub/baidu/chat/chat.py
src/hub/baidu/image/__init__.py
src/hub/baidu/image/image.py
src/hub/baidu/stt/__init__.py
src/hub/baidu/stt/stt.py
src/hub/baidu/tts/__init__.py
src/hub/baidu/tts/tts.py
src/hub/common/README.md
src/hub/common/__init__.py
src/hub/common/base.py
src/hub/common/config.py
src/hub/common/factory.py
src/hub/common/http.py
src/hub/tencent/__init__.py
src/hub/tencent/auth.py
src/hub/tencent/chat/__init__.py
src/hub/tencent/chat/chat.py
src/hub/tencent/image/__init__.py
src/hub/tencent/image/image.py
src/hub/tencent/stt/__init__.py
src/hub/tencent/stt/stt.py
src/hub/tencent/tts/README.md
src/hub/tencent/tts/__init__.py
src/hub/tencent/tts/tts.py
src/hub/volcengine/__init__.py
src/hub/volcengine/auth.py
src/hub/volcengine/chat/__init__.py
src/hub/volcengine/chat/chat.py
src/hub/volcengine/image/__init__.py
src/hub/volcengine/image/image.py
src/hub/volcengine/stt/__init__.py
src/hub/volcengine/stt/stt.py
src/hub/volcengine/tts/__init__.py
src/hub/volcengine/tts/tts.py
src/nodes/__init__.py
src/nodes/base_node.py
src/nodes/chat/README.md
src/nodes/chat/__init__.py
src/nodes/chat/inputs.py
src/nodes/chat/node.py
src/nodes/chat/state.py
src/nodes/image/README.md
src/nodes/image/__init__.py
src/nodes/image/inputs.py
src/nodes/image/node.py
src/nodes/image/state.py
src/router/api.py
src/servers/__init__.py
src/servers/chat.py
src/servers/kb.py
src/servers/ws_stt.py
src/servers/ws_tts.py
src/websocket/STT.MD
src/websocket/TTS.MD
src/websocket/__init__.py
src/websocket/stt.py
src/websocket/tts.py
src/workflows/__init.py
src/workflows/__init__.py
src/workflows/base.py
src/workflows/manager.py
src/workflows/aliyun/chat/graph/builder.py
src/workflows/aliyun/chat/graph/nodes.py
src/workflows/aliyun/chat/graph/state.py
src/workflows/aliyun/image/graph/builder.py
src/workflows/aliyun/image/graph/nodes.py
src/workflows/aliyun/image/graph/state.py
src/workflows/aliyun/stt/graph/builder.py
src/workflows/aliyun/stt/graph/nodes.py
src/workflows/aliyun/stt/graph/state.py
src/workflows/aliyun/tts/graph/builder.py
src/workflows/aliyun/tts/graph/nodes.py
src/workflows/aliyun/tts/graph/state.py
src/workflows/baidu/chat/graph/builder.py
src/workflows/baidu/chat/graph/nodes.py
src/workflows/baidu/chat/graph/state.py
src/workflows/baidu/image/graph/builder.py
src/workflows/baidu/image/graph/nodes.py
src/workflows/baidu/image/graph/state.py
src/workflows/baidu/stt/graph/builder.py
src/workflows/baidu/stt/graph/nodes.py
src/workflows/baidu/stt/graph/state.py
src/workflows/baidu/tts/graph/builder.py
src/workflows/baidu/tts/graph/nodes.py
src/workflows/baidu/tts/graph/state.py
src/workflows/graph/__init__.py
src/workflows/graph/chat/builder.py
src/workflows/graph/chat/nodes.py
src/workflows/graph/chat/state.py
src/workflows/graph/image/builder.py
src/workflows/graph/image/nodes.py
src/workflows/graph/image/state.py
src/workflows/graph/knowledge_agent/__init__.py
src/workflows/graph/knowledge_agent/builder.py
src/workflows/graph/knowledge_agent/nodes.py
src/workflows/graph/knowledge_agent/state.py
src/workflows/graph/lifecycle/builder.py
src/workflows/graph/lifecycle/nodes.py
src/workflows/graph/lifecycle/state.py
src/workflows/nodes/__init__.py
src/workflows/nodes/base_node.py
src/workflows/nodes/knowledge.py
src/workflows/nodes/chat/README.md
src/workflows/nodes/chat/__init__.py
src/workflows/nodes/chat/inputs.py
src/workflows/nodes/chat/node.py
src/workflows/nodes/chat/state.py
src/workflows/nodes/image/README.md
src/workflows/nodes/image/__init__.py
src/workflows/nodes/image/inputs.py
src/workflows/nodes/image/node.py
src/workflows/nodes/image/state.py
src/workflows/tencent/chat/graph/builder.py
src/workflows/tencent/chat/graph/nodes.py
src/workflows/tencent/chat/graph/state.py
src/workflows/tencent/stt/graph/builder.py
src/workflows/tencent/stt/graph/nodes.py
src/workflows/tencent/stt/graph/state.py
src/workflows/tencent/tts/graph/builder.py
src/workflows/tencent/tts/graph/nodes.py
src/workflows/tencent/tts/graph/state.py
src/workflows/volcengine/chat/graph/builder.py
src/workflows/volcengine/chat/graph/nodes.py
src/workflows/volcengine/chat/graph/state.py
src/workflows/volcengine/image/graph/builder.py
src/workflows/volcengine/image/graph/nodes.py
src/workflows/volcengine/image/graph/state.py
src/workflows/volcengine/stt/graph/builder.py
src/workflows/volcengine/stt/graph/nodes.py
src/workflows/volcengine/stt/graph/state.py
src/workflows/volcengine/tts/graph/builder.py
src/workflows/volcengine/tts/graph/nodes.py
src/workflows/volcengine/tts/graph/state.py
tests/test_api_v1.py
tests/test_workflow_lifecycle.py
xiaozhiyun.egg-info/PKG-INFO
xiaozhiyun.egg-info/SOURCES.txt
xiaozhiyun.egg-info/dependency_links.txt
xiaozhiyun.egg-info/requires.txt
xiaozhiyun.egg-info/top_level.txt