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
|
|
@ -1,15 +1,14 @@
|
|||
"""Example script that proves the static MCP tool works."""
|
||||
"""Example script that proves lifecycle command execution works."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import asyncio
|
||||
import json
|
||||
|
||||
from pyro_mcp.demo import run_demo
|
||||
|
||||
|
||||
def main() -> None:
|
||||
payload = asyncio.run(run_demo())
|
||||
payload = run_demo()
|
||||
print(json.dumps(payload, indent=2, sort_keys=True))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue