basemind 0.6.0

Full AI context layer over MCP — tree-sitter code-map, document RAG (PDF/Office/HTML/email + OCR + reranker), shared agent memory, on-demand web crawl, git history + blame + per-symbol diff. 300+ languages, 8 coding-agent harnesses, content-addressed Fjall + LanceDB.
1
2
3
4
5
6
7
8
//! A2A gRPC binding: tonic `A2AService` implementation backed by the core task domain.
//!
//! Implements the full `lf.a2a.v1.A2AService` (11 RPCs). [`service::BasemindA2aService`]
//! is mounted by [`crate::a2a::server::build_router`] onto the shared axum listener
//! (HTTP/2 h2c), alongside the JSON-RPC surface.

pub(crate) mod convert;
pub(crate) mod service;