chronos-api-backend / chronos_core

Commit History

fix: move CREATE INDEX in vector_store after ALTER TABLE migration
781a9f1

RemanenetSpy commited on

fix: move CREATE INDEX statements after ALTER TABLE migration in memory_store schema to prevent UndefinedColumnError on startup
3484a98

RemanenetSpy commited on

refactor: centralise all magic numbers into config.py driven by env vars
d62efa7

RemanenetSpy commited on

feat: bi-temporal supersession, scope isolation, configurable threshold, benchmark adapter
f03315c

RemanenetSpy commited on

Rebrand to Kaal — rename from Chronos OS, add Logo component with serif seal design, swap all Hexagon icons for Logo
4303a4c

RemanenetSpy commited on

Switch agent to GPT OSS 120B — officially recommended Cerebras model for tool-calling agents
e4339d8

RemanenetSpy commited on

Fix Cerebras model ID to llama3.1-70b as 3.3 was deprecated
b8ef250

RemanenetSpy commited on

Switch primary heavy agent model from GLM 4.7 to blazing fast Llama 3.3 70B on Cerebras
3f14fab

RemanenetSpy commited on

Fix router hanging on rate limits by setting max_retries=0 to force instant fallback
67c1839

RemanenetSpy commited on

Update pricing to premium B2B SaaS tiers: /mo Builder and /mo Scale
8facfc7

RemanenetSpy commited on

Update heavy pipeline to use zai-glm-4.7 and update dashboard display
8c99f77

RemanenetSpy commited on

Revert to Llama 3.3 70B to fix API crash with DeepSeek V3.2
c05e370

RemanenetSpy commited on

Update DeepSeek model to use explicit cerebras endpoint string
cbfc42a

RemanenetSpy commited on

Update heavy pipeline to use DeepSeek V3.2 for optimal reasoning and MoE efficiency
32f9d01

RemanenetSpy commited on

Update heavy pipeline to use GPT-OSS 20B for high efficiency and low token burn
df1f400

RemanenetSpy commited on

Revert heavy pipeline to Qwen 3 235B on Cerebras
b0731a6

RemanenetSpy commited on

Prioritize Cerebras API over Groq in LLM router for higher limits and speed
50a673f

RemanenetSpy commited on

Fix: cast agent max_results to integer and cleanup debug logging
c9943a6

RemanenetSpy commited on

CRITICAL FIX: Escape JSON braces in SVO prompt - root cause of 0 events bug
58433f9

RemanenetSpy commited on

Debug: add step-by-step tracing to SVO parser
bda7b5d

RemanenetSpy commited on

Force Docker cache bust v9 + add startup version marker to confirm new code
3b3b2c2

RemanenetSpy commited on

Fix: Convert all Python to LF line endings + add .gitattributes to prevent CRLF on Linux Docker
06d06ef

RemanenetSpy commited on

Fix: Bulletproof SVO JSON extraction - remove response_format, add 6-layer JSON recovery for Groq output
e78fff0

RemanenetSpy commited on

Fix: Correct LLM router and docs to properly attribute Llama to Groq and Qwen to Cerebras
fcc47a8

RemanenetSpy commited on

Auto-retry models on high traffic rate limits
402a2ec

RemanenetSpy commited on

Stability: Groq primary for reasoning + Robust JSON SVO parsing with retries
c550bad

RemanenetSpy commited on

Fix model ID: Use qwen-3-235b-a22b-instruct-2507 for Cerebras reasoning
3a7c600

RemanenetSpy commited on

Fix: Update LangChain 0.3 imports for ChatLiteLLM
7813365

RemanenetSpy commited on

Hotfix: change blocking model async await to a background task so Render port scanner doesn't timeout
3952da7

RemanenetSpy commited on

Migrate to Vercel Next.js UI Frontend, prune 10x SVO model overhead payload
04d1fa6

RemanenetSpy commited on

Migrate: SQLite+ChromaDB → Neon PostgreSQL+pgvector (persistent cloud storage)
410ad6c

RemanenetSpy commited on

10x Code Quality: Fix crash bug, cache LLM singletons, optimize batch inserts, purge stale references
d300592

RemanenetSpy commited on

Refactor: Implement LiteLLM Mixture of Agents Orchestration
7fc8c13

RemanenetSpy commited on

Initial commit for Chronos OS MVP
dec1652

RemanenetSpy commited on