oxios 1.0.0

Oxios Agent OS — Agent Operating System powered by oxi-sdk
# Progress

## Status
In Progress

## Tasks
- [x] Phase 1 Types & Hooks (memory.ts, seed.ts, agent.ts) + i18n keys
- [x] Phase 1 Backend API endpoints
- [x] Phase 1 Frontend: Memory UI (4-tab), Seed Detail, Agent Detail, Trace page

## Phase 1 Notes

**Backend API additions:**
- GET /api/agents/{id} — agent detail with budget
- GET /api/agents/{id}/trace — execution trace (placeholder)
- GET /api/agents/{id}/logs — execution logs (placeholder)
- GET /api/memory/stats — tier/type/protection aggregation
- PUT /api/memory/{id}/pin — toggle pin
- DELETE /api/memory/{id} — delete entry
- GET /api/memory/dream/reports — Dream reports (placeholder)
- GET /api/memory/dream/status — Dream status (placeholder)
- GET /api/seeds/{id}/agents — agents linked to seed

**Frontend components:**
- components/memory/ — 9 components (overview, browser, card, detail, dream-panel, search, badges)
- components/seed/ — 7 components (phase-progress, constraint-list, criteria-list, evaluation-card, evolution-chain, ontology-grid, linked-agents)
- components/agent/ — 5 components (header, budget-bar, trace-step, execution-trace, agent-logs)

**Routes changed:**
- routes/memory.tsx — 4-tab rewrite
- routes/seeds/$seedId.tsx — Ouroboros structured view
- routes/agents/$agentId.tsx — tabbed layout
- routes/agents/$agentId/trace.tsx — full-screen trace

**Build verification:**
- `cargo build -p oxios-web`- `bun run build`- Worktree: /Volumes/MERCURY/PROJECTS/oxios-p1 → merged to main