You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
True REPL — a Read–Eval–Print Loop inspired by Lisp and Mathematica. Update any prompt, orchestration script, or model on the fly, even during execution. This feature could dramatically speed up development and let multi-agent systems evolve much faster.
First-class multimodal generation. Right now MCP has to be used to generate images; ideally, multimodal outputs should be native results of prompts.
Extended model list, including exotic providers like GigaChat — for example, LangChain already supports it. Note: GigaChat available as open source platform. @Amigol show me some Cursor gentrated code for this.
A small internal MBUS — an event/message bus with a publish/subscribe model, allowing agents to be event-activated and fully asynchronous, with an external API.
A Mathematica-style notebook client.
So the direction is: massive parallelism, event-driven activation, openness to novel models, fully asynchronous behavior, and interactive development throughout.
And of course, finish point 0 for me — the agents_as_tools massive-parallelism feature: