⚡ A hassle-free basic Agent template 💨
This scaffolding template shows an example of the simplest implementation of Search Agent, which mainly relies on "search tools" to complete tasks.
- Click "Use this template" at this repository.
- Commands:
pnpm bootstrap # install dependencies
pnpm example # run agent example
pnpm release # release this package to npm.
├── examples # example scripts to test agent
│ └── index.ts
├── src
│ ├── index.ts # agent implementation
│ └── tools # agent tools
│ └── web-search.ts
├── tsconfig.json
└── package.json- Documentation
- Integrate CLI
- Integrate Web UI