Releases: SCELabs/aegis-client
Releases · SCELabs/aegis-client
Aegis Client v0.3.0
Aligns the public Aegis SDK with the live runtime scope model.
Highlights
- New primary SDK surface: AegisClient, AegisConfig, AegisResult
- Scope-first runtime interface:
- client.auto().llm(...)
- client.auto().rag(...)
- client.auto().step(...)
- Unified result envelope with inspectable:
- actions
- trace
- metrics
- used_fallback
- explanation
- scope
- scope_data
This release moves the client away from the old plan-first workflow and aligns it to the current runtime stabilization model.
Aegis v0.2.0 — SDK Integrations + Control Layer Upgrade
This release upgrades the Aegis SDK into a full runtime control layer for AI systems.
Highlights:
- AegisPlan abstraction for structured control
- Integrations:
- OpenAI
- LangChain
- LangGraph
- HuggingFace (local models)
- Framework-agnostic design
- Control helpers:
- generation
- retry
- validation
- coordination
- tool usage
- Clean examples for all integrations
- Updated README for faster onboarding
Aegis now works as a control layer across AI systems, not just a single integration point.