Skip to content

Commit 8823530

Browse files
authored
Merge pull request #1007 from tnuocca-wen/patch-1
Fix typo in USAGE.md regarding agent building blocks
2 parents 8cecb92 + 4a07549 commit 8823530

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ agents with specialized capabilities and tools. It features:
2323
After passing the last year+ building AI agents of various types, using a variety of software solutions and frameworks, we kept asking ourselves some of the same questions:
2424

2525
- How can we make building and running useful agentic systems less of a hassle?
26-
- Most agents we build end up use many of the same building blocks. Can we re-use most of those building block and have declarative configurations for new agents?
26+
- Most agents we build end up using many of the same building blocks. Can we re-use most of those building block and have declarative configurations for new agents?
2727
- How can we package and share agents amongst each other as simply as possible without all the headaches?
2828

2929
We really think we're getting somewhere as we build out the primitives of `cagent` so, in keeping with our love for open-source software in general, we decided to **share it and build it in the open** to allow the community at large to make use of our work and contribute to the future of the project itself.

0 commit comments

Comments
 (0)