Skip to content

Commit 2aa3bea

Browse files
committed
update readme
1 parent f7a48a7 commit 2aa3bea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## What is FastroAI?
1010

11-
FastroAI is a thin layer on top of [PydanticAI](https://ai.pydantic.dev/) that adds production essentials: cost tracking, multi-step pipelines, and tools that handle failures gracefully.
11+
FastroAI is a thin layer on top of [PydanticAI](https://ai.pydantic.dev/) that adds production essentials: cost tracking, multi-step pipelines, and tools that handle failures gracefully. We built it for ourselves but you're free to use.
1212

1313
PydanticAI is excellent for building AI agents. But when you start building real applications, you run into the same problems repeatedly. How much did that request cost? PydanticAI gives you token counts, but you need to look up pricing and calculate costs yourself. Need to run multiple AI steps, some in parallel (but don't want to define graphs for everything)? You end up writing your own orchestration logic.
1414

0 commit comments

Comments
 (0)