A web-based development environment for building, testing, and deploying Sui agentic workflows.
This project uses AIM to run Markdown-based agentic workflows.
The juicy workflows are in the content folder. You can read all the workflows created and even edit and run on your own project. Or just visit the live demo
AIM is another project I'm building, see more here
You can use to write agentic workflows using Markdown.
AIM is configured in src/lib/aim.ts and you can see all the tools it is running in its runtime.
- Account management, generate, submit transactions, etc
- Sui implementation
- AI tools
- API wrapper and protocol interaction
- Implementation
- AI tools
- Dex integration tools and querying state
- Implementation
- AI tools
- Minting and redeeming sSUI tools
- Implementation
- AI tools
- Decentralized inference
- Implementation
- AI tools
- Clone the repository
- Install with
bun install
- Set .env vars based on .env.example
- Run the dev server
bun dev
That's it. You can then deploy wherever you'd like or implement aim
in any other project.