←back to thread

Building Effective "Agents"

(www.anthropic.com)
598 points jascha_eng | 2 comments | | HN request time: 0s | source
Show context
simonw ◴[] No.42475700[source]
This is by far the most practical piece of writing I've seen on the subject of "agents" - it includes actionable definitions, then splits most of the value out into "workflows" and describes those in depth with example applications.

There's also a cookbook with useful code examples: https://github.com/anthropics/anthropic-cookbook/tree/main/p...

Blogged about this here: https://simonwillison.net/2024/Dec/20/building-effective-age...

replies(6): >>42475903 #>>42476486 #>>42477016 #>>42478039 #>>42478786 #>>42479343 #
dmezzetti ◴[] No.42478786[source]
If you're looking for a lightweight open-source framework designed to handle the patterns mentioned in this article: https://github.com/neuml/txtai

Disclaimer: I'm the author of the framework.

replies(1): >>42481123 #
1. threecheese ◴[] No.42481123[source]
Hi David; I’ve seen txtai floating around, and just took a look. Would you say that it fits in a similar niche to something like llamaindex, but starting from a data/embeddings abstraction rather than a retrieval one (building on layers from there - like workflows, agents etc)?
replies(1): >>42483033 #
2. dmezzetti ◴[] No.42483033[source]
Hello - This is a great and accurate description. The idea is that out of the box there is a pipeline but each component is also customizable.