Greentic AI π
Welcome to Greentic AI, the fastest, most extendable, and secure agentic platform for building autonomous workflows. Whether youβre integrating external systems via channels, calling external APIs and other MCP tools, or crafting complex processes, Greentic AI gives you the building blocks to automate anything. Coming soon: intelligent LLM-powered agents!
π Table of Contents
- Introduction
- Key Concepts
- Getting Started
- Quick Flow Example
- Controlling Flows, Channels & Tools (Coming Soon)
- Coming Soon
- Need Custom Agentic Automation?
- Contributing
- License
π Introduction
Greentic AI is an open-source platform designed to let you build, deploy, and manage agentic workflows at lightning speed.
- Fastest runtime with zero cold-starts for WebAssembly tools.
- Extendable architecture: plug in your own channels, tools, and processes.
- Secure by design: sandboxed Wasm allows to securely run untrusted third-party MCP tools.
- Observability via OpenTelemetry integrations
π Key Concepts
Tools (MCP in Wasm)
- MCP (Micro-Connector Process) modules compile to WebAssembly.
- Each tool exposes a simple API:
{ "name": "weather_api", "action": "forecast_weather", "parameters": { "q": "London", "days": 3 } } - Tools run in a sandbox, ensuring resource limits and security.
Channels
- Channels let your flows send and receive messages to the outside world.
- Examples: Telegram, Slack, HTTP webhooks, databases.
- Define a channel in your config:
[[]] = "telegram" = "telegram_bot" = "TELEGRAM_TOKEN"
Processes - (Coming Soon)
- Processes encapsulate business logic and control flow (conditionals, retries, loops).
Agents (Coming Soon)
- Agents will be LLM-driven βsuper-processesβ that can plan, learn, and adapt.
- Stay tuned for:
- Prompt management
- Memory & context handling
- Autonomous decision loops
π Getting Started
- Install Greentic CLI
- **Initialize one time **
- Manage your flows (coming soon)
π Quick Flow Example
Start your flow: (coming soon)
# validate the flow is ok
# deploy the flow (only needs to happen one time)
# start your flow
Stop your flow:
βοΈ Controlling Flows, Channels & Tools (Coming soon)
Start / Stop a Flow
# Start
# Stop
Start / Stop a Channel
#
# Start
# Stop
π Coming Soon
- Agents: autonomous LLM-backed actors
If there is demand:
- Process Library: pre-built workflows (e.g., PR triage, sales outreach)
- UI Dashboard: visual flow designer and monitor
π¬ Need Custom Agentic Automation?
Have a specific use-case or need expert help?
Please fill out our form: Agentic Automation Inquiry
π€ Contributing
We welcome contributions of all kinds!
- Bug reports π
- Feature requests π
- Code & documentation PRs π
- Fork the repo
- Create a feature branch
- Open a PR against
main
See CONTRIBUTING.md for full guidelines.
π License
Distributed under the MIT License. See LICENSE for details.
Thank you for checking out Greentic AIβletβs build the future of automation together! π