Skip to content

Getting Started

Welcome to SimpleAcp! This section will help you get up and running with the Agent Communication Protocol in Ruby.

What You'll Learn

Prerequisites

Before you begin, ensure you have:

  • Ruby 3.0 or later - SimpleAcp uses modern Ruby features
  • Bundler - For managing gem dependencies

Installation Overview

Add SimpleAcp to your Gemfile:

gem 'simple_acp'

Then run:

bundle install

That's it! You're ready to create your first agent.

Next Steps

  • Installation


    Detailed installation instructions and optional dependencies

    Install

  • Quick Start


    Create your first agent server and client

    Start building

  • Configuration


    Learn about configuration options

    Configure