Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion agents/crewai/websearch_agent/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ ollama: ## Install Ollama, start it, and pull models
llama-server: ## Install llama-stack and start Llama Stack server
@source .venv/bin/activate && set -a && source .env && set +a && \
echo "==> Installing llama-stack..." && \
uv pip install "llama-stack==0.5.0" "llama-stack-api==0.5.0" ollama && \
uv pip install "llama-stack==0.5.0" "llama-stack-api==0.5.0" ollama "pymilvus==2.6.9" "milvus-lite>=2.5.1" "setuptools>=80.9.0,<82.0.0" && \
mkdir -p ../../../milvus_data && \
echo "==> Killing any existing process on port 8321..." && \
lsof -ti:8321 | xargs kill -9 2>/dev/null; true && \
echo "==> Starting Llama Stack server on port 8321..." && \
Expand Down
5 changes: 2 additions & 3 deletions agents/google/adk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,14 @@ ollama: ## Install Ollama, start it, and pull models
done && \
echo "==> Pulling $(MODEL)..." && \
ollama pull $(MODEL) && \
echo "==> Creating Milvus dir..." && \
mkdir -p ../../../milvus_data && \
echo "" && \
echo "Done. Run 'make llama-server' to start the Llama Stack server."

llama-server: ## Install llama-stack and start Llama Stack server
@source .venv/bin/activate && set -a && source .env && set +a && \
echo "==> Installing llama-stack..." && \
uv pip install "llama-stack==0.5.0" "llama-stack-api==0.5.0" ollama && \
uv pip install "llama-stack==0.5.0" "llama-stack-api==0.5.0" ollama "pymilvus==2.6.9" "milvus-lite>=2.5.1" "setuptools>=80.9.0,<82.0.0" && \
mkdir -p ../../../milvus_data && \
echo "==> Killing any existing process on port 8321..." && \
lsof -ti:8321 | xargs kill -9 2>/dev/null; true && \
echo "==> Starting Llama Stack server on port 8321..." && \
Expand Down
3 changes: 2 additions & 1 deletion agents/langflow/simple_tool_calling_agent/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ llama-server: ## Install llama-stack and start Llama Stack server
fi && \
source .venv/bin/activate && \
echo "==> Installing llama-stack..." && \
uv pip install "llama-stack==0.5.0" "llama-stack-api==0.5.0" ollama && \
uv pip install "llama-stack==0.5.0" "llama-stack-api==0.5.0" ollama "pymilvus==2.6.9" "milvus-lite>=2.5.1" "setuptools>=80.9.0,<82.0.0" && \
mkdir -p ../../../milvus_data && \
echo "==> Killing any existing process on port 8321..." && \
lsof -ti:8321 | xargs kill -9 2>/dev/null; true && \
echo "==> Starting Llama Stack server on port 8321..." && \
Expand Down
5 changes: 2 additions & 3 deletions agents/langgraph/agentic_rag/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,14 @@ ollama: ## Install Ollama, start it, and pull models
ollama pull $(MODEL) && \
echo "==> Pulling embedding model ($(OLLAMA_EMBEDDING_MODEL))..." && \
ollama pull $(OLLAMA_EMBEDDING_MODEL) && \
echo "==> Creating Milvus dir..." && \
mkdir -p ../../../milvus_data && \
echo "" && \
echo "Done. Run 'make llama-server' to start the Llama Stack server."

llama-server: ## Install llama-stack and start Llama Stack server
@source .venv/bin/activate && set -a && source .env && set +a && \
echo "==> Installing llama-stack..." && \
uv pip install "llama-stack==0.5.0" "llama-stack-api==0.5.0" ollama && \
uv pip install "llama-stack==0.5.0" "llama-stack-api==0.5.0" ollama "pymilvus==2.6.9" "milvus-lite>=2.5.1" "setuptools>=80.9.0,<82.0.0" && \
mkdir -p ../../../milvus_data && \
echo "==> Killing any existing process on port 8321..." && \
lsof -ti:8321 | xargs kill -9 2>/dev/null; true && \
echo "==> Starting Llama Stack server on port 8321..." && \
Expand Down
5 changes: 2 additions & 3 deletions agents/langgraph/human_in_the_loop/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,14 @@ ollama: ## Install Ollama, start it, and pull models
done && \
echo "==> Pulling $(MODEL)..." && \
ollama pull $(MODEL) && \
echo "==> Creating Milvus dir..." && \
mkdir -p ../../../milvus_data && \
echo "" && \
echo "Done. Run 'make llama-server' to start the Llama Stack server."

llama-server: ## Install llama-stack and start Llama Stack server
@source .venv/bin/activate && set -a && source .env && set +a && \
echo "==> Installing llama-stack..." && \
uv pip install "llama-stack==0.5.0" "llama-stack-api==0.5.0" ollama && \
uv pip install "llama-stack==0.5.0" "llama-stack-api==0.5.0" ollama "pymilvus==2.6.9" "milvus-lite>=2.5.1" "setuptools>=80.9.0,<82.0.0" && \
mkdir -p ../../../milvus_data && \
echo "==> Killing any existing process on port 8321..." && \
lsof -ti:8321 | xargs kill -9 2>/dev/null; true && \
echo "==> Starting Llama Stack server on port 8321..." && \
Expand Down
5 changes: 2 additions & 3 deletions agents/langgraph/react_agent/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,14 @@ ollama: ## Install Ollama, start it, and pull models
done && \
echo "==> Pulling $(MODEL)..." && \
ollama pull $(MODEL) && \
echo "==> Creating Milvus dir..." && \
mkdir -p ../../../milvus_data && \
echo "" && \
echo "Done. Run 'make llama-server' to start the Llama Stack server."

llama-server: ## Install llama-stack and start Llama Stack server
@source .venv/bin/activate && set -a && source .env && set +a && \
echo "==> Installing llama-stack..." && \
uv pip install "llama-stack==0.5.0" "llama-stack-api==0.5.0" ollama && \
uv pip install "llama-stack==0.5.0" "llama-stack-api==0.5.0" ollama "pymilvus==2.6.9" "milvus-lite>=2.5.1" "setuptools>=80.9.0,<82.0.0" && \
mkdir -p ../../../milvus_data && \
echo "==> Killing any existing process on port 8321..." && \
lsof -ti:8321 | xargs kill -9 2>/dev/null; true && \
echo "==> Starting Llama Stack server on port 8321..." && \
Expand Down
5 changes: 2 additions & 3 deletions agents/langgraph/react_with_database_memory/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,14 @@ ollama: ## Install Ollama, start it, and pull models
done && \
echo "==> Pulling $(MODEL)..." && \
ollama pull $(MODEL) && \
echo "==> Creating Milvus dir..." && \
mkdir -p ../../../milvus_data && \
echo "" && \
echo "Done. Run 'make llama-server' to start the Llama Stack server."

llama-server: ## Install llama-stack and start Llama Stack server
@source .venv/bin/activate && set -a && source .env && set +a && \
echo "==> Installing llama-stack..." && \
uv pip install "llama-stack==0.5.0" "llama-stack-api==0.5.0" ollama && \
uv pip install "llama-stack==0.5.0" "llama-stack-api==0.5.0" ollama "pymilvus==2.6.9" "milvus-lite>=2.5.1" "setuptools>=80.9.0,<82.0.0" && \
mkdir -p ../../../milvus_data && \
echo "==> Killing any existing process on port 8321..." && \
lsof -ti:8321 | xargs kill -9 2>/dev/null; true && \
echo "==> Starting Llama Stack server on port 8321..." && \
Expand Down
5 changes: 2 additions & 3 deletions agents/llamaindex/websearch_agent/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,14 @@ ollama: ## Install Ollama, start it, and pull models
done && \
echo "==> Pulling $(MODEL)..." && \
ollama pull $(MODEL) && \
echo "==> Creating Milvus dir..." && \
mkdir -p ../../../milvus_data && \
echo "" && \
echo "Done. Run 'make llama-server' to start the Llama Stack server."

llama-server: ## Install llama-stack and start Llama Stack server
@source .venv/bin/activate && set -a && source .env && set +a && \
echo "==> Installing llama-stack..." && \
uv pip install "llama-stack==0.5.0" "llama-stack-api==0.5.0" ollama && \
uv pip install "llama-stack==0.5.0" "llama-stack-api==0.5.0" ollama "pymilvus==2.6.9" "milvus-lite>=2.5.1" "setuptools>=80.9.0,<82.0.0" && \
mkdir -p ../../../milvus_data && \
echo "==> Killing any existing process on port 8321..." && \
lsof -ti:8321 | xargs kill -9 2>/dev/null; true && \
echo "==> Starting Llama Stack server on port 8321..." && \
Expand Down
Loading