Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a2a_cli

A command-line client for the A2A (Agent-to-Agent) protocol, built on the Elixir a2a library.

Build

mix deps.get
mix escript.build

This produces a standalone ./a2a_cli executable (requires Erlang/Elixir installed).

Usage

Print an agent's card:

./a2a_cli describe --agent http://localhost:3020

Chat interactively (type quit to exit):

./a2a_cli chat --agent http://localhost:3020

Add --debug to either command to print raw protocol structs.

About

Simple A2A (Agent 2 Agent Protocol) CLI Client using Elixir

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages