Skip to content

Commit ea95c1e

Browse files
authored
Update README.md
1 parent 53e6453 commit ea95c1e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ Pickaxe is a simple Typescript library for building AI agents that are fault-tol
1919

2020
Everything in Pickaxe is just a function that **you have written**, which makes it easy to integrate with your existing codebase and business logic. You can build agents that call tools, other agents, or any other functions you define:
2121

22+
https://github.com/user-attachments/assets/b28fc406-f501-4427-9574-e4c756b29dd4
23+
24+
_Not sure if Pickaxe is a good fit? [Book office hours](https://cal.com/team/hatchet/office-hours)_
25+
26+
## Code Example
27+
2228
```ts
2329
import { pickaxe } from "@hatchet-dev/pickaxe";
2430
import z from "zod";
@@ -63,12 +69,6 @@ export const myAgent = pickaxe.agent({
6369
});
6470
```
6571

66-
_Not sure if Pickaxe is a good fit? [Book office hours](https://cal.com/team/hatchet/office-hours)_
67-
68-
## Demo
69-
70-
https://github.com/user-attachments/assets/b28fc406-f501-4427-9574-e4c756b29dd4
71-
7272
## Get started
7373

7474
Getting started is as easy as two commands:

0 commit comments

Comments
 (0)