Have a question? Ask Agent. Have a task? Let Agent do it.
The docs are mainly for developers to look things up and for search engines to understand the product's capabilities.
Core Features
OOMOL is an AI-driven workflow platform for data analysis, automation, and agent building. Compared with similar products, it puts more emphasis on the open-source ecosystem and developer programmability.
Open Source
Our business model is straightforward: the underlying execution engine is fully open source, while the higher-level applications provide productized convenience and hosted services.
- The execution engine is open source, so developers can understand how it works and customize it when needed
- Container image export is planned to make cross-platform deployment easier
Programmable
At the core is the Scriptlet Block, which lets developers implement custom logic in Python or Node.js.
- Traditional workflow tools often limit users to predefined modules, which constrains real-world implementation
- OOMOL connects workflows with the broader open-source ecosystem, so you can call libraries directly inside workflows
AI Native
- Built-in AI-assisted coding to lower the barrier to entry
- Supports agent-driven authoring based on model function calling
- Includes multiple AI models that developers can use directly without complex setup
Product Architecture
OOMOL STUDIO
OOMOL Desktop App
- Convenient drag-and-drop workflows
- Professional code editor
- Elegant data visualization capabilities
OOMOL Hub
OOMOL Sharing Center
- Share your creative work
- Collaborate on projects with community members
- Find inspiration from the community
OOMOL Cloud
OOMOL Cloud Function Service
- Web-based access without local installation
- Use cloud compute when local execution is not enough
- Expose capabilities through APIs and other integration surfaces
OVM
OOMOL Virtual Machine
- Provides isolated container environments, ensuring security and portability
- Built-in multi-language development environment, ready to use out of the box
Open Source Repositories
- https://github.com/oomol-lab/ovm
- https://github.com/oomol-lab/ovm-core
- https://github.com/oomol-lab/ovm-win
- https://github.com/oomol-lab/ovm-js
OOCANA
OOMOL Workflow Engine
- Responsible for block scheduling
- Throughput management
Open Source Repositories