Context and memory orchestration toolkit for building smarter AI assistants in TypeScript.
This project is under active development.
Expect frequent updates and breaking changes until the first stable release.
Follow for progress or contribute!
<...>/Projects\CtxIQ> ftt
./CtxIQ/*
├─ .github/*
| └─ workflows/*
| └─ ci.yml
├─ dist/*
| └─ index.js
├─ src/*
| └─ index.ts
├─ test/*
| └─ sanity.test.ts
├─ .fttignore
├─ .gitignore
├─ .prettierignore
├─ .tracker.json
├─ eslint.config.mjs
├─ jest.config.mjs
├─ package-lock.json
├─ package.json
├─ README.md
└─ tsconfig.json
<...>/Projects\CtxIQ>
User sends a message → Manager finds the session → Session adds the messages → Session emits "messageAdded" → User’s listener or hook persists session to disk or DB
free for dev open source alternatives