Skip to content

agent-infra/agent-starter

Repository files navigation

Agent Starter

⚡ A hassle-free basic Agent template 💨

Motivation

This scaffolding template shows an example of the simplest implementation of Search Agent, which mainly relies on "search tools" to complete tasks.

Quick Start

  1. Click "Use this template" at this repository.
  2. Commands:
pnpm bootstrap   # install dependencies
pnpm example     # run agent example
pnpm release     # release this package to npm

Directory Structure

.
├── examples                 # example scripts to test agent
│   └── index.ts
├── src
│   ├── index.ts             # agent implementation
│   └── tools                # agent tools
│       └── web-search.ts
├── tsconfig.json
└── package.json

Roadmap

  • Documentation
  • Integrate CLI
  • Integrate Web UI

About

A basic Agent template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published