rustchain-community 1.0.0

Open-source AI agent framework with core functionality and plugin system
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: "{{name}}"
description: "{{description}}"
version: "1.0"

steps:
  - id: "step1"
    step_type: "create_file"
    parameters:
      path: "output.txt"
      content: "Hello from RustChain mission: {{name}}"
    
  - id: "step2"
    step_type: "command"
    parameters:
      command: "echo"
      args: ["Mission completed successfully!"]