Skip to content

Programming-Sai/CtxIQ

Repository files navigation

CtxIQ

CI MIT License npm version Status Status

Context and memory orchestration toolkit for building smarter AI assistants in TypeScript.


🚧 Status

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>

Session persistence flow

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

About

Context and memory orchestration toolkit for building smarter AI assistants with TypeScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published