Skip to content

Add context-engine-ai#72

Open
Quinnod345 wants to merge 1 commit intoe2b-dev:mainfrom
Quinnod345:add-context-engine-ai-v2
Open

Add context-engine-ai#72
Quinnod345 wants to merge 1 commit intoe2b-dev:mainfrom
Quinnod345:add-context-engine-ai-v2

Conversation

@Quinnod345
Copy link

context-engine-ai

GitHub: https://github.com/Quinnod345/context-engine
npm: https://www.npmjs.com/package/context-engine-ai

Real-time context layer for AI agents. Ingest events from any source (app switches, messages, alerts, webhooks), query with natural language, get back ranked results weighted by relevance and recency.

Key features:

  • Zero config — SQLite + local TF-IDF embeddings, no API keys needed
  • Temporal decay — recent events automatically rank higher
  • Auto-deduplication — repeated events merge instead of flooding context
  • Semantic search — query with natural language, not SQL
  • Scales up — swap to PostgreSQL + OpenAI embeddings when ready
  • HTTP server + CLI — npx context-engine-ai serve for REST API
  • Full TypeScript support
  • ~64KB unpacked

Why it fits this list: It's a focused library that solves a common problem (giving agents real-time awareness of what's happening) without requiring infrastructure setup. Most alternatives need vector DB accounts and embedding API keys just to start.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@Quinnod345 Quinnod345 mentioned this pull request Mar 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant