feat(a2a,config): replace EchoTaskProcessor, reconcile vault config - #265
Merged
Conversation
- Replace EchoTaskProcessor with AgentTaskProcessor that routes A2A messages through provider.chat() for MVP inference (#262) - Reconcile vault config: use config.vault.backend as default, CLI --vault overrides. Priority: CLI > env > config > "env" (#263) - Sanitize A2A error responses to prevent provider URL leakage Closes #262, closes #263
Codecov Report❌ Patch coverage is
❌ Your patch status has failed because the patch coverage (47.14%) is below the target coverage (60.00%). You can increase the patch coverage or adjust the target coverage. @@ Coverage Diff @@
## main #265 +/- ##
==========================================
- Coverage 81.24% 81.04% -0.21%
==========================================
Files 81 81
Lines 24194 24220 +26
==========================================
- Hits 19656 19628 -28
- Misses 4538 4592 +54
🚀 New features to boost your workflow:
|
Update mdBook pages (a2a, vault, tools, semantic-memory, configuration), CHANGELOG.md, and README.md to reflect wired uptime metrics, FileExecutor integration, embed_missing startup backfill, AgentTaskProcessor, and vault config reconciliation.
bug-ops
enabled auto-merge (squash)
February 14, 2026 14:35
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
EchoTaskProcessorwithAgentTaskProcessorthat routes A2A messages throughprovider.chat()for MVP inference. System prompt includes agent name and skill list.config.vault.backendused as default, CLI--vaultoverrides. Priority: CLI > env > config > "env".Test plan
vault_args_uses_config_backend_as_fallback— config fallback worksvault_args_env_overrides_config— env var takes priority over configagent_task_processor_construction— AgentTaskProcessor wiring validatedCloses #262, closes #263