Skip to content

Release v1.0.0-rc.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Feb 15:50
224467f

🚀 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

Full Changelog: v1.0.0-rc.2...v1.0.0-rc.3