Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 382 Bytes

File metadata and controls

23 lines (12 loc) · 382 Bytes

Building an AI Agent from scratch

Installation

To set up the project, run:

npm install

Running the Application

Start the development server with:

npm run dev

Invoking the Agent

Invoke the agent using the following command:

curl -X GET http://localhost:3000/invoke

Modify Simulation Input

To update the simulated user input, edit the file invoke.ts.