Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ const memories = await brain.recall('stripe rate limits', {
const dream = await brain.dream();
const briefing = await brain.greeting({ context: 'debugging stripe' });

await brain.waitForIdle();
brain.close();
```

Expand Down
2 changes: 2 additions & 0 deletions codex.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Audrey: 90-Day Path to Business Viability

> Status note for agents on 2026-03-29: this file is strategically stale in multiple places. Use `docs/plans/roadmap-status-2026-03-29.md` for current shipped-state corrections and `docs/plans/industry-standard-memory-plan-2026-03-29.md` for the current LLM-only category plan.

> **For agentic workers:** Execute phases in order. Each produces shippable software. Run tests after every task. Commit after every task. Do not skip phases.

**Goal:** Transform Audrey from an 8-star npm package into a fundable AI memory platform with paying customers, standardized benchmark scores, and multi-language SDK support within 90 days.
Expand Down
Loading