Janus-backend / backend

Commit History

fix: remove PydanticOutputParser format_instructions from switchboard + planner (was making free LLMs answer the schema)
59715d1
Running

DevodG commited on

fix: synthesizer β€” remove PydanticOutputParser format_instructions injection (was causing LLMs to answer the schema instead of the query)
aef3142

DevodG commited on

fix: dream/curiosity LLM calls, self-reflection topic extraction, daemon stale thought cleanup + error logging
99d29cb

DevodG commited on

fix: context_engine β€” dedup pending thoughts, hard cap 20, 24h age limit, fix topic extraction stopwords
c1855bd

DevodG commited on

fix: smart_router.py β€” Gemini parsing crash, in-memory rate state, provider cooldown, correct HTTP-Referer
ac904ec

DevodG commited on

fix: _model.py β€” correct HTTP-Referer URL, guard empty responses, clean docstrings
b38b33b

DevodG commited on

fix: update FREE_MODEL_LADDER in _model.py β€” replace dead OpenRouter model IDs with working ones
d4f3986

DevodG commited on

fix: restore all missing endpoints β€” daemon, memory, prompts, self, cases, intelligence, cache, traces, curation, domain; fix doubled router prefixes
d47f138

DevodG commited on

fix: silence /?logs=container 404, HF_STORE_REPO dataset repo created
50e6baa

DevodG commited on

fix: daemon.run() is sync blocking loop β€” run in ThreadPoolExecutor not asyncio.create_task
135d54c

DevodG commited on

fix: use >= version constraints in requirements to unblock Docker build on HF Space
804443e

DevodG commited on

fix: NEWS_API_KEY standardization, remove Dockerfile dead lines, fix HF variable collision
8341a4f

DevodG commited on

fix: HF Spaces compatibility and self-improving AI - port 7860, CORS, yfinance waterfall, persistent memory via HF Dataset, skill distillation, news symbol fixing, and service integration
2e7ee76

DevodG commited on

Fix curiosity engine: integrate smart router for free LLM providers (Gemini/Groq/Cloudflare/Ollama)
97b61a2

DevodG commited on

Fix imports in backend/app/main.py to use relative imports
3522eb1

DevodG commited on

Fix: add missing dataset_persistence stub module
15956a7

DevodG commited on

Fix Dockerfile - set WORKDIR to /app/backend and update README
a6fb85a

DevodG commited on

Fix Dockerfile - set PYTHONPATH to include backend
62b4344

DevodG commited on

Fix Dockerfile for HF Spaces - handle playwright failure gracefully
7bde834

DevodG commited on

Add yfinance to requirements
34b2a86

DevodG commited on

Fix: markets page - real stock data via Yahoo Finance
7d15caf

DevodG commited on

feat: add curation layer for self-improvement (Phase 2)
aafbc41

DevodG commited on

feat: add domain classifier training module for Phase 3 self-improvement system
e55f270

DevodG commited on

feat: add domain classifier for self-improvement (Phase 3)
df5a446

DevodG commited on

feat: add curation layer for self-improvement (Phase 2)
689ad50

DevodG commited on

feat: add observation layer for self-improvement (Phase 1)
ec707bf

DevodG commited on

stabilize: remove duplicate daemon, non-fatal config, lazy graph, feature flags, gated routers
7c8ef89

DevodG commited on

fix: use Actually Relevant API as primary news source, Alpha Vantage as fallback
6a7281e

DevodG commited on

fix: add Alpha Vantage fallback for news when NewsAPI fails on hosted servers
9e99b5e

DevodG commited on

feat: self-training engine β€” response critique, prompt optimization, response refinement
33486c3

DevodG commited on

feat: autonomous self-improvement β€” HF dataset search, extraction, fine-tuning builder
8bbcad7

DevodG commited on

feat: self-reflection engine live β€” gaps detected, dataset building, opinions forming
58add12

DevodG commited on

feat: add self-reflection engine β€” opinions, corrections, knowledge gaps, training dataset
514e1af

DevodG commited on

fix: make discovery queries go through LLM, faster daemon cycles
7f11132

DevodG commited on

feat: Janus v0.4.0 - living intelligence system
fe4e4ff

DevodG commited on

feat: Add Workspace tab with workflows, sessions, curiosity discoveries
949bb83

DevodG commited on

feat: Fix Pulse tab URLs, add Curiosity Engine, integrate into daemon
0085212

DevodG commited on

feat: Janus living intelligence system β€” complete build
aa05815

DevodG commited on

feat: MiroOrg v2 β€” native simulation, intelligent caching, adaptive intelligence, embedded charts, premium UI overhaul
377704a

DevodG commited on

feat: MiroOrg v2 full rebuild β€” conditional graph, new model layer, finance/mirofish nodes, research tools, sentinel layer, frontend overhaul
3bf4630

DevodG commited on

feat: MiroOrg v1.1 β€” AI Financial Intelligence System
b1a271a

DevodG commited on

chore: update .gitignore and sanitize .env.example
7a52dca

DevodG commited on

Update code
bf995e4

DevodG commited on

feat: Upgrade MiroOrg Basic to v0.3.0
02859f0

DevodG commited on

Switch backend brain from Gemini to DeepSeek
1a01a52

DevodG commited on

Add backend v0.2 endpoints for cases, prompts, health, config, and agents
9aeed30

DevodG commited on

Remove stray duplicate agent file
8564dbc

DevodG commited on

Working backend with LangGraph agent pipeline
09c2507

DevodG commited on

Initial clean project structure
7f67df1

DevodG commited on