app beta version 0.1.0 hex unreleased package jido_amp elixir ~> 1.18

Jido Amp

Amp CLI adapter for Jido Harness with runtime compatibility checks

Beta support. Public iteration with faster feedback loops before final release shape settles.

View package metadata source →

RELATED PACKAGES

AT A GLANCE

Implements `Jido.Harness.Adapter` for Amp-backed execution
Runtime contract and compatibility checks for local CLI readiness
Streaming event routing into Harness-compatible envelopes
Session cancellation and structured signal mapping

DEEP DIVE

Overview

Jido Amp integrates Amp CLI workflows into the Harness-based provider stack so Amp can run as a first-class coding provider.

Purpose

Jido Amp is the Amp-specific provider adapter for Harness-driven coding workflows.

Boundary Lines

  • Owns Amp-specific adapter mapping, compatibility checks, and stream normalization.
  • Implements capabilities through the shared Harness contract model.
  • Does not own provider-neutral runtime policy, contract governance, or domain orchestration.

Major Components

Adapter

Manages Amp execution lifecycle and maps run requests into provider-specific commands.

Event Mapping

Routes streamed provider output into normalized Harness event envelopes.

Operational Tasks

Includes mix tasks to validate local Amp setup and runtime compatibility before executing workflows.