mirror of
https://github.com/ruvnet/RuView
synced 2026-08-10 20:31:42 +00:00
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:
+15
@@ -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';
|
||||
Reference in New Issue
Block a user