-
Notifications
You must be signed in to change notification settings - Fork 384
Description
Future ideas (as brainstorming items):
-
Agents as tools massive-parallelism:
-
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.
-
- Read the article here: https://github.com/evalstate/fast-agent/blob/main/plan/agentcard-standards-mini-article.md.
-
- Sample REPL usage video: https://github.com/strato-space/fast-agent-vertex-rag
-
First-class multimodal generation. Right now MCP has to be used to generate images; ideally, multimodal outputs should be native results of prompts.
-
- strato-space/media-gen-mcp as multimedia mcp sample
-
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.
-
Deep chat-bot integration via ACP. See: strato-space/telegram-ai
-
Deep web app integration via ACP.
So the direction is: massive parallelism, event-driven activation, openness to novel models, fully asynchronous behavior, and interactive development throughout.