Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agents Trace Test

WebSocket-based agent service with multi-turn conversation support.

Setup

npm install

Running

Start the server:

node index.js

The server will start on port 3055 (or the PORT environment variable if set).

Testing with the Web Client

  1. Make sure the server is running
  2. Open client.html in your browser
  3. Type messages and press Enter or click Send
  4. Check the browser console to see responses
  5. Use the Reset button to clear conversation history

WebSocket API

Connect to ws://localhost:3055

Send messages:

{ "prompt": "your message here" }

Reset conversation:

{ "prompt": "reset", "reset": true }

Responses:

{
  "output": "agent response",
  "threadId": "uuid",
  "turnCount": 1
}

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages