I'm not sure if we're talking past each other so I will be verbose. When you say "the agent" that could either mean your OpenClaw or similar agent that uses the Jamie Pull endpoint (which is also agentic) or it could mean the agent that runs inside my endpoint. I will refer to the latter as "Your Agent" and "The Jamie Agent" respectively.
There are two models available. One of them gives you direct access to primitives such as:
## The Jamie Primitives
- Paragraph Level Transcript Search (L402 Payable)
- Chapters and Keyword search (L402 Payable)
- Corpus search (i.e. which podcasts, which guests etc) (Free)
You can build Your Agent to utilize those primitives as you see fit. But if you do you might need to put in backstops like limiting cost and dealing with the technical complexity.
## The Jamie Agent
The other model is to use the Jamie Agent. It is one endpoint that costs a flat rate of $0.10. You can think of it as a reference design that implements an agentic loop that uses the above endpoint primitives to give you a Natural Language endpoint you can ask straightforward questions to as a human or you can hand it to Your Agent to research on your behalf. We put a lot of time and effort into the endpoint and it tames the wildness of LLMs to give you real answer grounded in high signal podcasts with bounded cost.
To speak directly to the Jamie Agent as a human user go here:
https://www.pullthatupjamie.ai/app?view=agentTo have your agent interact with the Jamie agent, hand it the docs and an NWC string or wallet:
https://www.pullthatupjamie.ai/for-agentsYou can put backstops in by either putting those into the logic of your agent or hard stops on your NWC budget or the like. Hopefully that answers your question. Let me know if you have any others.