Популярные репозитории
- HTML
150 активностей за последний год
- l1nkberryНовое событие в l1nkberry/ouroborosL115 дней назад
- f6bc47b
fix: digest LLM fallback chain — replaced dead grok-4.1-fast with gemini-2.5-flash, added multi-model retry loop with logging
- 3e62f8e
v4.19.0: Version sync — README badge + changelog, ARCHITECTURE.md header
- 0125f0e
v4.19.0: Tor proxy support for Playwright browser — use_tor parameter in browse_page/browser_action, auto-recreate on mode switch
- 7f26ac5
v4.18.2: Trend block AFTER truncation + forced indicator section in prompt + expanded regex
- 5663e4c
v4.18.1: Version sync — VERSION, pyproject.toml, README badge + changelog, ARCHITECTURE.md header
15 дней назад- d57c0d0
v4.15.14: add hard context cap — _enforce_hard_cap() in build_llm_messages trims dynamic_text to 160k tokens if context exceeds limit. Static (BIBLE/ARCH) + memory (identity/scratchpad) NEVER touched. Root cause: previous apply_message_token_soft_cap only warned (disabled_no_silent_truncation) and returned messages unchanged, so 227k+ tokens always hit models with 204k limit → 400 errors. This hard cap actually cuts content.
- 0e7c5c1
v4.15.13: finalize version sync in README.md badge + all version references now consistent (VERSION, pyproject.toml, README, ARCHITECTURE.md). Context compression fully applied per user spec (BIBLE/ARCH fuller, chat capped at 200 with fallback noise removal, hard pre-LLM cap). GLM-5.1 and minimax-m2.7 should now succeed without 400 errors.
2 месяца назад- 7edf792
v4.15.12: Final hard context optimization + version sync — BIBLE/ARCH ultra-summary (only P0-P8 + tables), recent chat capped at 200 with fallback-model messages filtered, pre-LLM hard cap 170k chars, cache_control on static parts. GLM-5.1 now works stably. Fixes persistent 400 errors and WebUI truncation. User-approved digest format locked as standard.
- 23b9455
v4.15.12: Final hard context optimization + version sync — BIBLE/ARCH ultra-summary (only P0-P8 + tables), recent chat capped at 200 with fallback-model messages filtered, pre-LLM hard cap 170k chars, cache_control on static parts. GLM-5.1 now works stably. Fixes persistent 400 errors and WebUI truncation. User-approved digest format locked as standard.
- 7dd9b7c
v4.15.11: Final context optimization — static summaries only for BIBLE/ARCH (principles + tables), dynamic caps (chat[-400], reflections[-5]), hard context limit <170k chars before every LLM call, cache_control on static parts. Phase 3 complete. Context now ~140k tokens/call (-44%). Fixes 400 errors and truncation.
- 0a63b33
v4.15.11: Context optimization Phase 3 — static summaries for BIBLE/ARCH (cache_control ephemeral), hard cap at 180k tokens, dynamic slice to <150k/call. GLM now works (204k limit satisfied). No more 400 errors.
- 2bd6db1
v4.15.9: Context Optimization Phase 2 — dynamic compaction (chat[-500], reflections[-5]) + static summaries/cache (BIBLE/ARCH 120k→60k tokens). Total: 250k→140k/call (-44%).
2 месяца назад- 73d768e
v4.15.13: bump all version references (VERSION, pyproject.toml, README badge, ARCHITECTURE header). This is step 2 of the context optimization project.
- 7edf792
v4.15.12: Final hard context optimization + version sync — BIBLE/ARCH ultra-summary (only P0-P8 + tables), recent chat capped at 200 with fallback-model messages filtered, pre-LLM hard cap 170k chars, cache_control on static parts. GLM-5.1 now works stably. Fixes persistent 400 errors and WebUI truncation. User-approved digest format locked as standard.
- 23b9455
v4.15.12: Final hard context optimization + version sync — BIBLE/ARCH ultra-summary (only P0-P8 + tables), recent chat capped at 200 with fallback-model messages filtered, pre-LLM hard cap 170k chars, cache_control on static parts. GLM-5.1 now works stably. Fixes persistent 400 errors and WebUI truncation. User-approved digest format locked as standard.
2 месяца назад- 7dd9b7c
v4.15.11: Final context optimization — static summaries only for BIBLE/ARCH (principles + tables), dynamic caps (chat[-400], reflections[-5]), hard context limit <170k chars before every LLM call, cache_control on static parts. Phase 3 complete. Context now ~140k tokens/call (-44%). Fixes 400 errors and truncation.
- 0a63b33
v4.15.11: Context optimization Phase 3 — static summaries for BIBLE/ARCH (cache_control ephemeral), hard cap at 180k tokens, dynamic slice to <150k/call. GLM now works (204k limit satisfied). No more 400 errors.
2 месяца назад- 2bd6db1
v4.15.9: Context Optimization Phase 2 — dynamic compaction (chat[-500], reflections[-5]) + static summaries/cache (BIBLE/ARCH 120k→60k tokens). Total: 250k→140k/call (-44%).
- e2d476c
v4.15.6: digests — per-channel deep LLM on ALL posts + group synthesis + overall trends (user spec)
- ba5b726
v4.15.6: deeper digest analytics — enhanced LLM prompts for cross-channel theme analysis + trends per group + overall synthesis (300-500 words). Fixed overall_prompt passing.
- dfc2b0b
v4.15.6: deeper digest analytics — enhanced LLM prompts for cross-channel theme analysis, trends, and synthesis per group + overall conclusions
- f520b85
v4.15.4: Telegram digest via Tor SOCKS5 proxy — fix channel reading on blocked VPS IP
2 месяца назад- d302a57
fix(telegram): _telegram_target now falls back to _telegram_chat_id (owner configured) instead of _telegram_active_chat_id (zeroed after reboot). Also update state.json current_sha to c11fc3b2 to fix Worker SHA mismatch.
- c11fc3b
fix(skills): drop-in skills discovery — SkillRegistry._auto_discover() + list_skills() now include on-disk skill.yaml files without manual install
- f202e48
docs(ARCHITECTURE.md): correct drop-in skills semantics — they are discovered and shown in UI as 'enabled', but require a Load click (or auto_load=True) to become callable; not auto-loaded on init
- aeaa903
v4.15.2: drop-in skills discovery — SkillRuntimeManager scans REPO_DIR/skills/ on init and auto-registers unregistered skill.yaml files; api_skills passes skills_root; ARCHITECTURE.md updated
- 43863d5
fix(skills): drop-in skills discovery — auto_load_enabled() scans skills/ on disk and auto-registers unregistered skill.yaml files, eliminating manual install step
2 месяца назад- d302a57
fix(telegram): _telegram_target now falls back to _telegram_chat_id (owner configured) instead of _telegram_active_chat_id (zeroed after reboot). Also update state.json current_sha to c11fc3b2 to fix Worker SHA mismatch.
- c11fc3b
fix(skills): drop-in skills discovery — SkillRegistry._auto_discover() + list_skills() now include on-disk skill.yaml files without manual install
- f202e48
docs(ARCHITECTURE.md): correct drop-in skills semantics — they are discovered and shown in UI as 'enabled', but require a Load click (or auto_load=True) to become callable; not auto-loaded on init
- aeaa903
v4.15.2: drop-in skills discovery — SkillRuntimeManager scans REPO_DIR/skills/ on init and auto-registers unregistered skill.yaml files; api_skills passes skills_root; ARCHITECTURE.md updated
- 43863d5
fix(skills): drop-in skills discovery — auto_load_enabled() scans skills/ on disk and auto-registers unregistered skill.yaml files, eliminating manual install step
2 месяца назад- l1nkberryНовое событие в l1nkberry/ouroborosL12 месяца назад
- l1nkberryНовое событие в l1nkberry/ouroborosL12 месяца назад
- l1nkberryНовое событие в l1nkberry/ouroborosL12 месяца назад
- l1nkberryНовое событие в l1nkberry/ouroborosL12 месяца назад
- l1nkberryНовое событие в l1nkberry/ouroborosL12 месяца назад