Skip to content

Symbiont v1.0.1

Choose a tag to compare

@jaschadub jaschadub released this 11 Feb 06:49
· 42 commits to main since this release

Symbiont v1.0.1

Highlights

AgentPin Integration

  • DiscoveryMode Resolver Dispatch: Multi-strategy agent identity resolution with automatic fallback chain (StaticDocument → WellKnown → DnsRecord)
  • agentpin 0.2.0: Switched from local path dependency to crates.io release with trust bundle support

MCP Server

  • Real MCP server over stdio using rmcp SDK — symbi mcp now serves a proper MCP protocol endpoint

Channel Adapters

  • Bidirectional Slack, Teams, and Mattermost adapters
  • Channel management REST API and declarative channel {} DSL block
  • Enterprise channel governance layer

Fixes

  • Docker build cache invalidation for libsymbi* artifacts
  • Clippy, CI test, and runtime bug fixes
  • Compilation warnings resolved, Qdrant made optional

Crate Versions

Crate Version
symbi 1.0.1
symbi-dsl 1.0.1
symbi-runtime 1.0.2
symbi-channel-adapter 0.1.0 (new)
repl-core 1.0.1

Installation

cargo install symbi

Or with Docker:

docker pull ghcr.io/thirdkeyai/symbi:latest

Full Changelog

v1.0.0...v1.0.1