shahondin1624
  • Germay
  • Joined on 2026-01-30
shahondin1624 opened issue llm-multiverse/llm-multiverse-ui#4 2026-03-12 09:55:45 +01:00
gRPC-Web client service layer
shahondin1624 opened issue llm-multiverse/llm-multiverse-ui#3 2026-03-12 09:55:43 +01:00
Configure Caddy for gRPC-Web support
shahondin1624 opened issue llm-multiverse/llm-multiverse-ui#2 2026-03-12 09:55:39 +01:00
Proto codegen pipeline for TypeScript gRPC-Web stubs
shahondin1624 opened issue llm-multiverse/llm-multiverse-ui#1 2026-03-12 09:55:36 +01:00
Project scaffolding: SvelteKit + Tailwind + TypeScript
shahondin1624 created repository llm-multiverse/llm-multiverse-ui 2026-03-12 09:55:28 +01:00
shahondin1624 deleted branch fix/stack-tool-executors-audit from llm-multiverse/llm-multiverse 2026-03-12 07:50:46 +01:00
shahondin1624 pushed to main at llm-multiverse/llm-multiverse 2026-03-12 07:50:46 +01:00
aae98895d2 Merge pull request 'fix: implement missing tool executors and audit agent_id fallback' (#234) from fix/stack-tool-executors-audit into main
6472fd3471 fix: implement missing tool executors and audit agent_id fallback
Compare 2 commits »
shahondin1624 merged pull request llm-multiverse/llm-multiverse#234 2026-03-12 07:50:45 +01:00
fix: implement missing tool executors and audit agent_id fallback
shahondin1624 created pull request llm-multiverse/llm-multiverse#234 2026-03-12 07:50:41 +01:00
fix: implement missing tool executors and audit agent_id fallback
6472fd3471 fix: implement missing tool executors and audit agent_id fallback
shahondin1624 created branch fix/stack-tool-executors-audit in llm-multiverse/llm-multiverse 2026-03-12 07:50:27 +01:00
shahondin1624 closed issue llm-multiverse/llm-multiverse#230 2026-03-11 16:23:20 +01:00
Refactor: migrate Python dataclasses to msgspec Structs
shahondin1624 reopened issue llm-multiverse/llm-multiverse#230 2026-03-11 16:22:26 +01:00
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
shahondin1624 pushed to main at llm-multiverse/llm-multiverse 2026-03-11 16:21:24 +01:00
c3b94a6d91 Merge pull request 'feat: test lineage constraint enforcement across agent types (#87)' (#190) from feature/issue-87-lineage-constraint-tests into main
396818b9de merge: resolve conflict with main in _index.md
af8b0ae831 feat: test lineage constraint enforcement across agent types (issue #87)
Compare 3 commits »
shahondin1624 merged pull request llm-multiverse/llm-multiverse#190 2026-03-11 16:21:22 +01:00
feat: test lineage constraint enforcement across agent types (#87)
396818b9de merge: resolve conflict with main in _index.md
532b59a1b5 Merge pull request 'refactor: migrate Python dataclasses to msgspec Structs (#230)' (#233) from refactor/issue-230-msgspec-migration into main
05402f6627 docs: mark issue #230 as completed
a40ce50892 refactor: migrate Python dataclasses to msgspec Structs (issue #230)
7cd2dfe0d9 docs: add implementation plan for issue #220
Compare 65 commits »
shahondin1624 pushed to main at llm-multiverse/llm-multiverse 2026-03-11 15:42:36 +01:00
532b59a1b5 Merge pull request 'refactor: migrate Python dataclasses to msgspec Structs (#230)' (#233) from refactor/issue-230-msgspec-migration into main
05402f6627 docs: mark issue #230 as completed
a40ce50892 refactor: migrate Python dataclasses to msgspec Structs (issue #230)
Compare 3 commits »
shahondin1624 deleted branch refactor/issue-230-msgspec-migration from llm-multiverse/llm-multiverse 2026-03-11 15:42:36 +01:00
shahondin1624 commented on issue llm-multiverse/llm-multiverse#230 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().…