Commit History

feat(models): Allow reliable models and update model selection logic in UI
83e16dc
Running

agharsallah commited on

feat(session): finalize run on verdict and enhance leaderboard recording logic
5851d28

agharsallah commited on

feat(commentary): introduce universal rafters-critic for scenario commentary and cadence control
f637227

agharsallah commited on

feat(lab): add roster model defaults merging to preserve user selections for newly added agents
05b49a8

agharsallah commited on

Merge pull request #22 from abducodez/feat/hall-of-fame-leaderboard
5241248
unverified

binarybeard commited on

feat: Add Hall of Fame leaderboard backed by a dedicated results table
c952d77

agharsallah Codex commited on

feat(feed): update media rendering to use native components with badges instead of inline tags
7c81add

agharsallah commited on

feat(commentator): update cadence logic to use a fixed count instead of per-speaker quorum
11f4e9a

agharsallah commited on

feat(media): introduce MediaRouter and stubs for image and speech generation
8400d8c

agharsallah commited on

feat: Update model references to MiniCPM5 and adjust related documentation and tests for transformers 5.x compatibility
cc8e9f2

agharsallah commited on

Refactor local provider to support on-device loading with accelerate
3bcd1af

agharsallah commited on

feat: Add use_cache parameter to support KV cache handling in models and update tests
169b620

agharsallah commited on

Refactor local model configurations and update tests
572f5aa

agharsallah commited on

feat: Update model routing and local provider to support multi-sponsor tiers and auto-class resolution
7a13e4e

agharsallah commited on

feat: Ensure full materialization of model weights to prevent meta tensor issues in ZeroGPU
97f641c

agharsallah commited on

feat: Enhance Secret Keeper's response logic to confirm correct guesses and improve consistency in answers
3966dc5

agharsallah commited on

feat: Implement early termination for the judge in Twenty Sprouts game and enhance event handling
0460922

agharsallah commited on

feat: Enhance color handling and styling across fishbowl components
d2180f0

agharsallah commited on

feat: Implement audience-only secret badge for Twenty Sprouts game
f6566bb

agharsallah commited on

feat: implement winner celebration overlay and judging mechanics
6432854

agharsallah commited on

Refactor modal service and logging setup
5d4ef87

agharsallah commited on

fix: Ensure proper unpacking of BatchEncoding in model generation to prevent AttributeError
0dfc318

agharsallah commited on

feat: Replace llama.cpp backend with in-process transformers backend for local GPU inference
7d636f8

agharsallah commited on

Implement local in-process inference backend for transformers models
c6cdf25

agharsallah commited on

feat: Implement llama.cpp backend for local inference with GGUF models
0f11b49

agharsallah commited on

feat: Handle FP8 KV cache incompatibility with snapshot models in build command
e334e95

agharsallah commited on

Merge pull request #21 from abducodez/worktree-scenarios
6a5dc7f
unverified

binarybeard commited on

feat: Add FP8 quantization support for model serving with environment overrides
e3dfec9

agharsallah commited on

Merge remote-tracking branch 'origin/main' into worktree-scenarios
1c7b5c9

agharsallah commited on

feat: make every scenario arena-grade with a competition contract
0d0c561

agharsallah Codex commited on

feat: Implement well-known typed fields for verdicts in output models
ce159dc

agharsallah commited on

feat: implement per-event model attribution for enhanced event tracking
a71301e

agharsallah commited on

Merge pull request #18 from abducodez/worktree-modal-check
6091937
unverified

binarybeard commited on

Merge remote-tracking branch 'origin/main' into worktree-small-enhancement
1c1fbba

agharsallah commited on

feat: implement Archive feature for past session management
a2ca0e0

agharsallah commited on

feat(fishbowl): badge each agent's model + auto-follow the live feed
881a18d

agharsallah Codex commited on

feat(fishbowl): seed is a preset dropdown that fills an editable beat textbox
3782a33

agharsallah Codex commited on

feat(fishbowl): scenario-adaptive Lab with per-agent & per-scenario config editing
4007d4b

agharsallah Codex commited on

feat: update agent personas and scheduling in YAML configurations; enhance event handling and memory deduplication in core logic
27b304e

agharsallah commited on

fix(modal): shorten cascade slug to fit DNS limit; add endpoint health tooling
f1bec25

agharsallah Codex commited on

feat: update HF model catalogue to prioritize chat-capable model and adjust tests for new routing logic
66f0e23

agharsallah commited on

feat: require live infrastructure for event store and inference, removing offline mode
eed2172

agharsallah commited on

feat: refine structured output handling with guided decoding and mode adjustments
330d790

agharsallah commited on

feat(observability): instrument models, conductor, memory, ledger (Units 2-6)
a196e34

agharsallah Codex commited on

feat(observability): add OpenTelemetry logging/tracing/metrics foundation
3f7b296

agharsallah Codex commited on

feat: add Hugging Face inference backend next to Modal
45917c7

agharsallah commited on

feat(tests): add tests for handling first-person openers in clean_clue function
a4ce257

agharsallah commited on

feat: implement streaming agent responses and enhance conversation flow with repeat guards
0b0d9be

agharsallah commited on

feat: enhance agent personas and improve model performance tuning
40a30b6

agharsallah commited on

feat(core): add resilient loop and shared blackboard
ba6dd5f

agharsallah Codex commited on