|
|
7 месяцев назад | |
|---|---|---|
| agent | 7 месяцев назад | |
| base | 7 месяцев назад | |
| config | 7 месяцев назад | |
| core | 7 месяцев назад | |
| logger | 7 месяцев назад | |
| schemas | 7 месяцев назад | |
| server | 7 месяцев назад | |
| utils | 7 месяцев назад | |
| views | 7 месяцев назад | |
| .gitignore | 7 месяцев назад | |
| Dockerfile | 7 месяцев назад | |
| README.md | 7 месяцев назад | |
| gunicorn_config.py | 7 месяцев назад | |
| requirements.txt | 7 месяцев назад | |
| run.sh | 7 месяцев назад |
### 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": "你好" }