New example, new feature.

This commit is contained in:
2025-03-07 17:28:58 +01:00
parent 1b3200c6da
commit 03110b4a80
3 changed files with 81 additions and 2 deletions
+6
View File
@@ -2,6 +2,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
DEMO_VISION = .venv/bin/ragent.demo_vision
PIP = .venv/bin/pip
default:
@@ -29,3 +30,8 @@ demo_batch_messages:
demo_tools:
@echo "Executing Tools Demo."
$(DEMO_TOOLS)
demo_vision:
@echo "Executing Vision Demo."
$(DEMO_VISION)