📄️ Calling external tools
Tool calling is one of the truly "LLM native" interaction modes that has never existed before.
📄️ Agentic translation on GaiaNet
Prof. Andrew Ng's agentic translation is a great demonstration on how to coordinate multiple LLM "agents" to work on a single task. It allows multiple smaller LLMs (like Llama-3 or Gemma-2) to work together and produce better results than a single large LLM (like ChatGPT).
📄️ Working with Coinbase AgentKit
You can use a Gaia node to power the Coinbase AgentKit.
📄️ Working with eliza
eliza is a simple, fast, and lightweight AI agent framework. Recently, eliza has integrated Gaia as one of the model service provider. This means you can now use Gaia as the LLM service backend for the Eliza framework.