Block a user
gRPC-Web client service layer
Configure Caddy for gRPC-Web support
Proto codegen pipeline for TypeScript gRPC-Web stubs
Project scaffolding: SvelteKit + Tailwind + TypeScript
shahondin1624
deleted branch fix/stack-tool-executors-audit from llm-multiverse/llm-multiverse
2026-03-12 07:50:46 +01:00
fix: implement missing tool executors and audit agent_id fallback
fix: implement missing tool executors and audit agent_id fallback
shahondin1624
pushed to fix/stack-tool-executors-audit at llm-multiverse/llm-multiverse
2026-03-12 07:50:27 +01:00
shahondin1624
created branch fix/stack-tool-executors-audit in llm-multiverse/llm-multiverse
2026-03-12 07:50:27 +01:00
Refactor: migrate Python dataclasses to msgspec Structs
Refactor: migrate Python dataclasses to msgspec Structs
shahondin1624
deleted branch feature/issue-87-lineage-constraint-tests from llm-multiverse/llm-multiverse
2026-03-11 16:21:24 +01:00
feat: test lineage constraint enforcement across agent types (#87)
shahondin1624
pushed to feature/issue-87-lineage-constraint-tests at llm-multiverse/llm-multiverse
2026-03-11 16:21:19 +01:00
shahondin1624
deleted branch refactor/issue-230-msgspec-migration from llm-multiverse/llm-multiverse
2026-03-11 15:42:36 +01:00
Refactor: migrate Python dataclasses to msgspec Structs
Implemented in PR #233 (auto-merged).
Converted all 15 @dataclass classes to msgspec.Struct across orchestrator and search services. Replaced manual config loading with msgspec.convert().…