feat: vendor midstream and sublinear-time-solver libraries

Add ruvnet/midstream (AIMDS real-time inference) and
ruvnet/sublinear-time-solver (sublinear optimization algorithms)
as vendored dependencies under vendor/.

Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
ruv
2026-03-02 23:32:45 -05:00
parent 14902e6b4e
commit e91bb8a1d5
1600 changed files with 1852646 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
/**
* 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';