Skip to content

Commit e55a8a1

Browse files
committed
We are launched
1 parent 185ef75 commit e55a8a1

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
@@ -12,7 +12,7 @@
1212

1313
---
1414

15-
Every agent is `Agent<IN, OUT>`. One input type, one output type, one job. Type mismatches and wrong compositions are caught by the compiler. Reused agent instances are caught at construction time.
15+
Every agent is `Agent<IN, OUT>`. One input type, one output type, one job. Type mismatches and wrong compositions are caught by the compiler. Reused agent instances are caught at construction time.
1616

1717
```kotlin
1818
val parse = agent<RawText, Specification>("parse") {

0 commit comments

Comments
 (0)