(no title)
matiasmolinas | 2 months ago
Key features: - Agent reuse & evolution (80% match rule) - Python runtime in browser (Pyodide: numpy, scipy, matplotlib) - Memory system that improves over time - Virtual file system (localStorage) - Completely client-side
Example: Ask for "FFT signal analysis" → system checks memory → finds/evolves SignalProcessorAgent → generates Python → executes in browser → saves results → records experience → next time runs in seconds.
Try it: https://github.com/EvolvingAgentsLabs/llmos
Started as a weekend project exploring self-improving AI systems. Core features working, some rough edges.
Feedback welcome, especially on the agent evolution approach and memory structure.
No comments yet.