Skip to content

docs(readme): mention the ACA provider - #341

Merged
Jason Robert (jrob5756) merged 1 commit into
mainfrom
docs/readme-aca-provider
Jul 27, 2026
Merged

docs(readme): mention the ACA provider#341
Jason Robert (jrob5756) merged 1 commit into
mainfrom
docs/readme-aca-provider

Conversation

@jrob5756

Copy link
Copy Markdown
Collaborator

Summary

The README's provider list, comparison table, and docs index never mentioned the new experimental aca (Azure Container Apps) provider added in v0.1.26 (#338, closes #284). This adds it:

  • Features bullet list mentions ACA sandboxed execution alongside the other providers.
  • Providers comparison table gets an ACA column (tier, pricing, tool support, streaming, best-for).
  • New "Using ACA (Experimental)" section with a minimal, schema-validated config snippet (provider.name: aca + required pool_endpoint + inner_provider), a summary of what it delivers, and a pointer to examples/aca-coding-agent.yaml.
  • Documentation table links to docs/providers/aca.md.

Test plan

  • Verified the README's provider: {name: aca, pool_endpoint: ..., inner_provider: copilot} snippet parses via ProviderSettings (schema validation passes; pool_endpoint is required for name=aca per src/conductor/config/schema.py).
  • Documentation-only change; no code paths touched.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jrob5756
Jason Robert (jrob5756) merged commit d7f3151 into main Jul 27, 2026
10 checks passed
@jrob5756
Jason Robert (jrob5756) deleted the docs/readme-aca-provider branch July 27, 2026 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Idea: run agents inside Azure Container Apps sandboxes via a remote aca provider (Agent-in-Sandbox)

1 participant