https://github.com/electroluxcode/ai-bots
ai-bots & agent 开发中
https://github.com/electroluxcode/ai-bots
js ts
Last synced: 9 months ago
JSON representation
ai-bots & agent 开发中
- Host: GitHub
- URL: https://github.com/electroluxcode/ai-bots
- Owner: electroluxcode
- Created: 2025-04-02T16:19:44.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-04-02T17:45:06.000Z (9 months ago)
- Last Synced: 2025-04-02T18:26:44.032Z (9 months ago)
- Topics: js, ts
- Language: TypeScript
- Homepage:
- Size: 436 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, // 结束位置
},
]
}
```