feat(tui): v0.1.8 — TUI pipeline launch + /run-agent wire + LEANN integration#5
Merged
Merged
Conversation
…ANN integration v0.1.7 → 0.1.8. Deliverable C wiring (PRD-PIPELINE-001): - /archon-code <task>: spawns 48-agent coding pipeline via run_pipeline() - /archon-research <topic>: spawns 46-agent research pipeline via run_pipeline() - /run-agent <name> <task>: submits agent via TaskService::submit() (real async spawn, not hint-only) - Per-agent TUI streaming: facades emit String progress → bridge forwarders convert to TuiEvent::TextDelta - LEANN integration: CodeIndex created at bootstrap, background init_repository(), passed to run_pipeline Structural changes: - 3 new CommandContext fields: coding_pipeline, research_pipeline, llm_adapter (DIRECT pattern) - 1 new field: leann (Option<Arc<LeannIntegration>>) — resilient, None if CozoDB fails - EXPECTED_COMMAND_COUNT 62→64, EXPECTED_PRIMARY_COUNT 62→64 (lockstep) - facade.rs: tui_sender (Mutex<Option<UnboundedSender<String>>>) + set_tui_sender() + per-agent emission Descope #1 + #12 backfill (Deliverable B, uncommitted from prior session): - ResearchFacade: Mutex<HashMap> → Arc<dyn MemoryTrait> + LEANN fallback via LeannSearcher - task_service injected into SlashCommandContext + CommandContext, session bootstrap Smoke: - cargo check -j1: clean - cargo test -j1 -- --test-threads=2: 515+ passed, 0 failed - cargo fmt --all -- --check: clean - binary --help: works, --version: archon 0.1.8 - file sizes: archon_code.rs 144, archon_research.rs 144, run_agent.rs 157 (all < 500) - TUI interactive smoke (/archon-code, /archon-research, /run-agent) deferred to manual verification
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.
DeepSeek-implemented Deliverable B + C bundled. PRD-PIPELINE-001 backfill.
What ships
Descope backfills
Structural
Verification
Version: 0.1.7 → 0.1.8