10 lines
300 B
JavaScript
10 lines
300 B
JavaScript
#!/usr/bin/env node
|
|
/**
|
|
* ReasoningBank vs Traditional Approach - Live Demo
|
|
*
|
|
* This demo shows the difference between:
|
|
* 1. Traditional approach: Agent starts fresh every time
|
|
* 2. ReasoningBank approach: Agent learns from experience
|
|
*/
|
|
export {};
|
|
//# sourceMappingURL=demo-comparison.d.ts.map
|