Agency for AI Agents
Huggingface just released their agentic library to interact with LLMs. I liked the way they define agents. AI Agents are programs where LLM outputs control the workflow....
Huggingface just released their agentic library to interact with LLMs. I liked the way they define agents. AI Agents are programs where LLM outputs control the workflow....
Quick self-note 🙂 different ways to search for content in a string in python Basic (and quickest) if ‘content’ in string: String.find (second quickest and doesn’t...
It looks like I was able to accomplish writing the application that I wanted to on the App Engine in 2 days!!  at least in it’s...
Following up on my public resolution for his month..I started playing with Google App engine. I think a lot has been written about what it is...