Support for tools.

This commit is contained in:
2025-02-24 14:38:12 +01:00
parent 0c47fcab8d
commit 1b377c9303
6 changed files with 245 additions and 29 deletions
+5
View File
@@ -1,6 +1,7 @@
DEMO_REPLIKA = .venv/bin/ragent.demo_replika
DEMO_DISCUSS = .venv/bin/ragent.demo_discuss
DEMO_BATCH_MESSAGES = .venv/bin/ragent.demo_batch_messages
DEMO_TOOLS = .venv/bin/ragent.demo_tools
PIP = .venv/bin/pip
default:
@@ -24,3 +25,7 @@ demo_discuss:
demo_batch_messages:
@echo "Executing Batch Messages Demo."
$(DEMO_BATCH_MESSAGES)
demo_tools:
@echo "Executing Tools Demo."
$(DEMO_TOOLS)