Applications
Application Building
Build workflow-centric applications in Monkeys Studio
Application Building
In Monkeys, an application is usually built around a workflow, an agent, or a domain-specific workspace in Studio. The current Studio frontend lives in monkeys-studio and provides routes for workflows, agents, tools, assets, data, design, evaluations, and settings.
Common Building Blocks
- Workflows: visual orchestration for model calls, tools, branching, loops, and output construction.
- Agents: model instructions, threads, messages, tool calls, and approval flow backed by
monkeys-agent-server. - Tools: imported services described by manifest and OpenAPI.
- Assets and data: media, text data, table data, model assets, and domain resources.
- Evaluations: model or workflow evaluation surfaces where enabled.
Typical Flow
- Create or select a team.
- Configure model providers and credentials.
- Import required tools.
- Build a workflow or agent.
- Test in Studio.
- Publish or integrate through API.