Bundle firecracker runtime and switch ollama demo to live logs
This commit is contained in:
parent
ef0ddeaa11
commit
65f7c0d262
26 changed files with 1896 additions and 408 deletions
5
Makefile
5
Makefile
|
|
@ -2,7 +2,7 @@ PYTHON ?= uv run python
|
|||
OLLAMA_BASE_URL ?= http://localhost:11434/v1
|
||||
OLLAMA_MODEL ?= llama3.2:3b
|
||||
|
||||
.PHONY: setup lint format typecheck test check demo ollama ollama-demo run-server install-hooks
|
||||
.PHONY: setup lint format typecheck test check demo doctor ollama ollama-demo run-server install-hooks
|
||||
|
||||
setup:
|
||||
uv sync --dev
|
||||
|
|
@ -24,6 +24,9 @@ check: lint typecheck test
|
|||
demo:
|
||||
uv run python examples/static_tool_demo.py
|
||||
|
||||
doctor:
|
||||
uv run pyro-mcp-doctor
|
||||
|
||||
ollama: ollama-demo
|
||||
|
||||
ollama-demo:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue