Explore >> Select a destination


You are here

linksort.com
| | alexrichey.com
0.1 parsecs away

Travel
| | A pattern for distinguishing and handling client and internal errors in Go that leverages the power of Go's interfaces.
| | blog.owulveryck.info
5.2 parsecs away

Travel
| | This article details my journey in building a custom chat host for AI agents, moving away from existing solutions to gain a deeper understanding of the underlying technologies. I implement a chat engine using Google's Vertex AI and Go, focusing on compatibility with the OpenAI API to integrate with tools like Big-AGI. The article covers the core architecture, including my use of ChatSession and GenerativeModel from the Vertex AI SDK. It delves into the implementation of the /v1/chat/completions endpoint, highlighting the challenges of streaming responses and integrating function calls. I also describe a workaround for handling function calls in a streaming context and introduce the concept of a callable interface to prepare for implementing the Model Context Protocol (MCP) in future work. The goal is to move the tools outside of the agent. This will be detailes in the last part of this series.
| | alnvdl.github.io
2.1 parsecs away

Travel
| | A bit of history, a bit of atonement, a bit of shameless self-promotion.
| | www.vanimpe.eu
47.2 parsecs away

Travel
| HTTP POST from PHP - Koen Van Impe - vanimpe.eu - Curl Sometimes it can be useful to do a HTTP GET or HTTP POST request from a PHP script. I used to use curl to do this but there's a 'cleaner' way to do