📄️ Gaia nodes with long-term knowledge
The LLM app requires both long-term and short-term memories. Long-term memory includes factual knowledge, historical facts, background stories etc. They are best added to the context as complete chapters instead of small chunks of text to maintain the internal consistency of the knowledge.
📄️ Calling external tools
Tool calling is one of the truly "LLM native" interaction modes that has never existed before.
📄️ Agentic translation on Gaia
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).
📄️ Fine-tune an open-source LLM with llama.cpp
You could fine-tune an open-source LLM to
📄️ 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.
📄️ Prompt Engineering Tool
Video Guide