8000 GitHub - alexrisch/agent-web-kit: A minimal Next.js integration with https://github.com/JoshuaC215/agent-service-toolkit
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alexrisch/agent-web-kit

Repository files navigation

This is a minimal Next.js integration on top of https://github.com/JoshuaC215/agent-service-toolkit

This is meant to show as an example of how to integrate with the service backend and serve as a general starting point when creating AI Agents

Live Demo

https://agent-web-kit-production.up.railway.app/

Getting Started

First, copy example.env to .env

Then run the agent service kit in your agent service kit repo

Then run the next.js development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Architecture

The routes under src/app/api serve as a proxy server for your agent service kit, pending some additional work the proxy server is meant to manage authenticating requests.

The pages within the front end will use the routes exposed by the proxy server

About

A minimal Next.js integration with https://github.com/JoshuaC215/agent-service-toolkit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0