Release v1.0.0-rc.3
Pre-release
Pre-release
🚀 AGNTCY Dir v1.0.0-rc.3 Release
This maintenance release focuses on runtime capabilities to enable agentic
application usage in live environments, as well as stability improvements
to integration tooling.
🌟 What's New
Runtime Capabilities
- Event-based Docker container discovery with real-time monitoring
- Containerd runtime support for container lifecycle tracking
- Kubernetes workload discovery via CRD-based integration
- gRPC API for querying discovered processes and workloads
- Helm chart and installation scripts for deployment
- CRD (CustomResourceDefinition) for DiscoveredWorkload resources
- ETCD-based storage backend for workload state persistence
Importer Optimizations
- Rate limiting for LLM API calls to prevent quota exhaustion
- Enhanced dry-run functionality to save output records to file for debugging
- Max-steps parameter for model configuration control
Integration Enablement
- Signature verification tool for validating signed records
- Record signature verification support in Flutter UI
- Scheduled MCP import workflow for automated registry population
What's Changed
- feat(dir/importer): rate limiting, debug dry-run and clear session by @paralta in #888
- feat(runtime): add runtime process discovery service by @ramizpolic in #808
- test(dir): add E2E tests for remote name resolution by @adamtagscherer in #895
- feat(ci): add scheduled MCP import workflow by @muscariello in #874
- fix(ci): workflow inputs by @adamtagscherer in #900
- release(dir/helm/runtime/ci): prepare release v1.0.0 by @tkircsi in #901
- feat(mcp): add signature verification tool by @muscariello in #906
- docs(runtime): extend docs around discovery and runtime by @ramizpolic in #903
- chore(deps): bump OASF and oasf-sdk 1.0.0-rc.1 -> 1.0.0 by @akijakya in #908
- fix(gui): restrict mcp write access to agent directory by @muscariello in #902
- fix(runtime): enable oasf resolvers with annotations by @ramizpolic in #910
- feat(mcp,gui): add record signature verification support by @muscariello in #909
- fix(runtime): enable oasf resolvers with annotations by @ramizpolic in #911
- chore(ci): add security scanning for runtime images by @ramizpolic in #912
- release(dir): prepare release v1.0.0 by @tkircsi in #913
- chore(dirctl): update brew formula to v1.0.0 by @build-agntcy in #914
- release(dir): prepare release v1.0.0-rc.3 by @ramizpolic in #919
- feat(sign): propagate signer metadata in verification response by @muscariello in #917
Full Changelog: v1.0.0-rc.2...v1.0.0-rc.3