Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skull8888888 authored Dec 4, 2024
1 parent 1f41b49 commit e4a52ba
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,6 @@ flow.add_task("task2", task2)
flow.run("task1") # Returns {"task2": "result2"}
```

### Simple AI Agent tool usage
```python
def my_tool(context: Context) -> TaskOutput:
return TaskOutput(output="result")

flow.add_tool("my_tool", my_tool)
```

### Parallel Execution
```python
def starter(context: Context) -> TaskOutput:
Expand Down

0 comments on commit e4a52ba

Please sign in to comment.