llamabot icon indicating copy to clipboard operation
llamabot copied to clipboard

feat(llamabot/cli)📊: Add visualization command to CLI

Open ericmjl opened this issue 4 months ago • 0 comments

  • Introduce a new command 'visualize' in the CLI to launch a web app for visualizing prompts and messages.
  • Create a new module 'visualize.py' under 'llamabot/cli' to handle the visualization logic.
  • Implement a FastAPI application in 'llamabot/web/app.py' to serve the visualization interface.
  • Add necessary static files and templates for the web interface.
  • Update dependencies in 'pyproject.toml' and 'pixi.lock' to include FastAPI and Uvicorn.

ericmjl avatar Oct 12 '24 21:10 ericmjl