|
|
пре 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": "你好" }