Skip to content

the-artinet-project/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website npm version npm downloads Apache License Known Vulnerabilities GitHub stars Discord

@artinet/lchat

A light-weight/minimalist CLI chat client for connecting to local and remote Agent2Agent (A2A) Servers.

lchat.mp4

Installation

npm install -g @artinet/lchat

Usage

# Connect to default endpoint (http://localhost:3000/a2a)
lchat

# Connect to custom endpoint
lchat -e https://your-agent.com/api

# View agent card
lchat -c

# Enable verbose output
lchat -v

# Continue existing task
lchat -t <taskId>

Options

  • -e, --endpoint <endpoint> - Set the A2A endpoint
  • -v, --verbose - Enable verbose output with detailed status updates
  • -t, --task <taskId> - Continue an existing task conversation
  • -c, --card - Show the agent card and exit

Development

npm install
npm run build
npm run dev

License

Apache-2.0

About

An A2A client wrapped in a light-weight commandline chat app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published