Project

lex-acp

0.0
No release in over 3 years
Agent Client Protocol (ACP) adapter for LegionIO
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

 Project Readme

lex-acp

Bidirectional Agent Communication Protocol (ACP) adapter for LegionIO.

Exposes Legion agents via ACP and consumes external ACP agents.

Features

  • Publish an ACP-compatible /.well-known/agent.json card via the Legion REST API
  • Submit tasks to external ACP agents and register them in the mesh
  • Periodic discovery actor scans configured agent URLs every 300 seconds
  • Task translation between ACP and Legion formats

Installation

Add to your Gemfile:

gem 'lex-acp'

Configuration

{
  "acp": {
    "agents": [
      "https://agent-1.example.com",
      "https://agent-2.example.com"
    ]
  }
}