> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lyzr.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Roadmap

> What we're building and what's coming next across Lyzr's open-source projects.

What we're building and what's coming next across Control Plane, GitAgent, and OpenGAP.

**Last updated:** May 2026

## How this works

* **In Progress**: actively being built by the core team
* **Planned**: committed to building; designs may not be final
* **Exploring**: thinking about it; not yet committed
* **Won't Do**: out of scope by design; save your PR

Community members can upvote items by leaving a 👍 on the relevant GitHub issue. High-upvote items get prioritized.

## Control Plane

### In Progress

* [ ] Kubernetes deployment target (Helm chart + rollout management)
* [ ] Built-in eval runner with LLM-as-a-judge scoring
* [ ] Dashboard UI improvements (session replay, cost breakdowns)

### Planned

* [ ] AWS Lambda and Google Cloud Run native deployment targets
* [ ] Eval baseline comparison (track score changes across versions)
* [ ] Slack / PagerDuty alerting integrations
* [ ] Multi-environment promotion workflows (dev to staging to prod with approvals)

### Exploring

* [ ] Control Plane Cloud (managed hosting for teams that don't want to self-host)
* [ ] Real-time streaming trace viewer
* [ ] Agent performance benchmarking (compare agents on a shared eval set)

### Won't Do

* **Framework-specific features**: Control Plane is runtime-agnostic by design; we won't add LangChain-specific or CrewAI-specific integrations.
* **A hosted LLM provider**: Control Plane orchestrates agents; it doesn't run them.

## GitAgent

### In Progress

* [ ] SkillsMP marketplace search and install
* [ ] Sandbox VM mode (isolated execution environment per skill)
* [ ] `gitagent doctor`: diagnose environment and connectivity issues

### Planned

* [ ] Plugin registry (public directory of community plugins)
* [ ] Multi-agent coordination via delegation graph
* [ ] `gitagent diff`: natural language explanation of what changed between agent versions
* [ ] Native GitHub Actions integration (run agents in CI with zero config)

### Exploring

* [ ] WASM runtime (run agents in-browser)
* [ ] Agent marketplace (publish and clone complete agent repos)

### Won't Do

* **Proprietary cloud features**: GitAgent stays fully local and open.
* **Framework lock-in**: we will not build features that only work with one LLM provider.

## OpenGAP (Spec)

### In Progress

* [ ] OpenGAP spec v0.5: formalizing the SkillsFlow workflow schema
* [ ] JSON Schema for `agent.yaml` published to SchemaStore (IDE autocompletion)

### Planned

* [ ] OpenGAP v0.6: multi-agent delegation spec
* [ ] Compliance spec extension (formal schema for the `compliance/` directory)
* [ ] Certification process for OpenGAP-compliant runtimes

### Exploring

* [ ] OpenGAP registry: a public index of OpenGAP-compliant agent repos
* [ ] Formal compliance test suite for runtime validation

## How to contribute to the roadmap

Have a feature request? Open a [GitHub Discussion](https://github.com/LyzrCore/langship/discussions) in the relevant repo with the label `feature-request`. Describe the problem you're solving, not just the solution; we may have a different approach in mind.

Want to build something on the roadmap? Comment on the relevant issue and we'll coordinate so you're not duplicating work already in progress.
