Skip to content

Commit f5e02fe

Browse files
committed
Update README with demo video link
1 parent 7eeb8ac commit f5e02fe

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Official SDK from [WorkflowAI](https://workflowai.com) for Python.
1010

1111
This SDK is designed for Python teams who prefer code-first development. It provides greater control through direct code integration while still leveraging the full power of the WorkflowAI platform, complementing the web-app experience.
1212

13-
![DEMO](./examples/assets/hello-agent.mp4)
13+
https://github.com/user-attachments/assets/634c1100-f354-46bc-9aee-92c3f2044cd6
1414

1515
## Key Features
1616

@@ -22,12 +22,8 @@ This SDK is designed for Python teams who prefer code-first development. It prov
2222

2323
```python
2424
class TagOutput(BaseModel):
25-
positive_tags: list[str] = Field(
26-
default_factory=list
27-
)
28-
negative_tags: list[str] = Field(
29-
default_factory=list
30-
)
25+
positive_tags: list[str] = Field(default_factory=list)
26+
negative_tags: list[str] = Field(default_factory=list)
3127
```
3228

3329
- **Observability integrated**: Built-in monitoring and logging capabilities that provide insights into your AI workflows, making debugging and optimization straightforward. Learn more about [observability features](https://docs.workflowai.com/concepts/runs).

examples/assets/hello-agent.mp4

-21.2 MB
Binary file not shown.

0 commit comments

Comments
 (0)