|
|
преди 5 месеца | |
|---|---|---|
| agent | преди 5 месеца | |
| base | преди 5 месеца | |
| config | преди 5 месеца | |
| core | преди 5 месеца | |
| logger | преди 5 месеца | |
| schemas | преди 5 месеца | |
| server | преди 5 месеца | |
| utils | преди 5 месеца | |
| views | преди 5 месеца | |
| .gitignore | преди 5 месеца | |
| Dockerfile | преди 5 месеца | |
| README.md | преди 5 месеца | |
| gunicorn_config.py | преди 5 месеца | |
| requirements.txt | преди 5 месеца | |
| run.sh | преди 5 месеца |
### LQAgentPlatform 智能体应用服务
后端启动服务
pip install aioredis -i https://mirrors.aliyun.com/pypi/simple/ pip install langgraph-checkpoint-postgres -i https://mirrors.aliyun.com/pypi/simple/ pip install langchain-redis -i https://mirrors.aliyun.com/pypi/simple/
生成模型接口
agent 智能体
chat http://localhost:8001/test/agent/stream { "config": {
"session_id":"111"
}, "input": "你好" }
stream http://localhost:8001/test/agent/stream { "config": {
"session_id":"111"
}, "input": "你好" }