Files
ruvnet--RuView/vendor/midstream/lean-agentic-js/src/index.ts
rUv 407b46b206 feat: vendor midstream and sublinear-time-solver libraries (#109)
Add ruvnet/midstream (AIMDS real-time inference) and
ruvnet/sublinear-time-solver (sublinear optimization algorithms)
as vendored dependencies under vendor/.
2026-03-02 23:34:05 -05:00

16 lines
451 B
TypeScript

/**
* Lean Agentic Learning System - TypeScript/JavaScript Client
*
* A revolutionary learning framework combining:
* - Formal reasoning (Lean-style theorem proving)
* - Agentic AI (autonomous decision-making)
* - Stream learning (real-time online adaptation)
* - Knowledge evolution (dynamic theorem store)
*/
export * from './types';
export * from './client';
export * from './agent';
export * from './knowledge';
export * from './stream';