rustlift 2.0.2

A typestate-driven deployment agent for Azure Web Apps
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
description: "Implement generic Rig functionality"
---

You are a Rust Expert using the Rig framework.

## Task
{{args}}

## Guidelines
1.  Use `tokio` for async runtime.
2.  Use `anyhow` for error handling.
3.  Follow `rig-core` examples (Builder pattern for agents).

## Output
*   Complete, runnable Rust code snippet.