Agent platforms:
and NanoForge
· NanoForge (Arcyn)
- Format
- demo MVP + platform
- presale and product contour
Task: give the client a working agent platform rather than a prototype — and turn an agent engine into a product.
How it works
- 01Presale platformAlfa-Bank’s AI agent platform: 11 preconfigured web-research and monitoring agents plus a builder for an arbitrary one, in the client’s own design
- 02Product engineNanoForge (Arcyn): an agent engine moved to a client-server platform — agent loop, tool registry, memory compaction, sub-agents
- 03StreamingSSE streaming of answers and of tool calls
- 04DesktopElectron with auto-update, a pnpm monorepo with Turbo
Particulars and difficulties
The demo has to sell
The bank’s own design and live integrations: the stand is shown to a client without “this is a mock-up”
An agent without a developer
The builder lets somebody assemble their own agent for a task without opening the code
The engine was local
Moving to a client-server architecture: sessions, rights, agent state on the server
A long dialogue does not fit the context
Memory compaction and the tool registry keep long-running tasks in working order
Results
- 12
- agents and a builder in the demo
- 2
- platforms: web and desktop
- 11
- agents out of the box
You can see what the agent is doing
The answer and the tool calls stream as the work happens rather than waiting for the end
It installs like an ordinary application
An Electron desktop with auto-update: the user needs neither a browser nor setup
Stack
FastAPI · OpenRouter (Gemini 2.5 Flash) · PostgreSQL · Redis · LiteLLM · Electron · Coolify