https://github.com/electroluxcode/ai-bots
ai-bots & agent & workflow 开发中
https://github.com/electroluxcode/ai-bots
js ts
Last synced: about 2 months ago
JSON representation
ai-bots & agent & workflow 开发中
- Host: GitHub
- URL: https://github.com/electroluxcode/ai-bots
- Owner: electroluxcode
- Created: 2025-04-02T16:19:44.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-08T19:43:17.000Z (about 1 year ago)
- Last Synced: 2025-04-09T15:59:52.023Z (about 1 year ago)
- Topics: js, ts
- Language: TypeScript
- Homepage: https://electroluxcode.github.io/ai-bots/apps/ui/home
- Size: 738 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI Bots
This Turborepo starter is maintained by the Turborepo core team.
## Using this example
Run the following command:
```sh
pnpm install
cd apps/mvp
pnpm run dev
```
### Build
To build all apps and packages, run the following command:
```
pnpm build
```
### Develop
To develop all apps and packages, run the following command:
```
pnpm dev
```
## todo
在代码块节点中,变量可以这样表示
```json
{
value: "Hello @Walter White, how are you?",
mentions: [
{
label: "@Walter White",
from: 6, // 起始位置
to: 18, // 结束位置
},
]
}
```