https://github.com/deepflowio/stella-agent-ce
https://github.com/deepflowio/stella-agent-ce
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deepflowio/stella-agent-ce
- Owner: deepflowio
- License: agpl-3.0
- Created: 2024-03-15T01:36:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T02:46:05.000Z (almost 2 years ago)
- Last Synced: 2025-07-12T14:55:09.450Z (12 months ago)
- Language: Python
- Size: 63.5 KB
- Stars: 4
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stella-agent-ce
gpt agent
# 运行服务
进入deploy/templates 目录下,执行命令
```
kubectl create -f ./configmap.yaml
kubectl create -f ./deployment.yaml
kubectl create -f ./service.yaml
```
# 本地测试
python3 -m pip install virtualenv
/usr/local/bin/virtualenv --clear ./venv
./venv/bin/pip3 install -r ./requirements3.txt
./venv/bin/python3 ./app.py