Reinforcement Learning Agent-to-Agent Communication Platform.
This repository contains the RL-A2A platform: API server, orchestration, learning components, and utilities.
Quick links
- Docs:
./docs/ - Run locally:
python -m mainorrla2a start
Releases: when a GitHub Release is published the project automatically builds and publishes a wheel to PyPI and pushes a Docker image (requires repository secrets: PYPI_API_TOKEN, DOCKERHUB_USERNAME, DOCKERHUB_TOKEN, DOCKERHUB_REPO).