Back to browse
GitHub Repository

An API-native TypeScript runtime for building agents around your application APIs.

2 starsTypeScript

CogCore – An API-native TypeScript runtime for building agents

by CarsonWu·Jun 8, 2026·2 points·0 comments

AI Analysis

MidShip It

Another agent framework when LangChain and LlamaIndex already dominate.

Strengths
  • Role-based model routing optimizes cost by task type
  • JS sandbox execution keeps agent code isolated from app logic
Weaknesses
  • Seven commits and zero stars signals very early, unproven stage
  • No clear differentiation from established agent frameworks
Target Audience

TypeScript developers adding agent capabilities to existing apps

Similar To

LangChain · LlamaIndex · Vercel AI SDK

Post Description

Hi HN, I released CogCore, an early open-source TypeScript runtime for building agents around your application's own APIs.

GUI is designed for human, CLI was also for human at early times. There must be a better native interface for AI to control computers. That will be "API". CogCore just let AI write temporary code to take actions based on your app API. So it can run in a lightweight environment, like browser.

I would love any feedback on this project. Thanks.

Similar Projects