From c53d5902ab32451a4c8343523e9158039bf9f3d5 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Wed, 8 Jan 2025 14:38:39 +0100 Subject: [PATCH] agend: move "dislaimer" to the top of the README --- agents/llama-cpp-agent/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/agents/llama-cpp-agent/README.md b/agents/llama-cpp-agent/README.md index b1c0fe9..8d72f12 100644 --- a/agents/llama-cpp-agent/README.md +++ b/agents/llama-cpp-agent/README.md @@ -2,6 +2,8 @@ This is an exploration into AI Agents for llama.cpp. The goals is to gain some hands-on experience with AI agents and understand how they can be built. +_This is very much a exploration at this point and these ideas might be valid in practice_ + ### Overview The idea is to enable agent to work with llama.cpp and be able to run the @@ -29,7 +31,6 @@ Tools are what agents use to accomplish their tasks. These tools are defined using the Web Interface Types (WIT) and implemented as Web Assembly Component Models. -_this is very much a work in progress and exploration at this point_ ### Building Tools The following shows an example of building the Echo tool which just