Skip to content

binome-dev/graphite-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graphite Dev

Graphite Dev provides a local assistant runtime with visual workflow tracing. The tool must be executed from the project root directory to function properly.

Installation

pip install grafi-dev

Usage

grafi-dev <path to your assistant instance>

Or run from source:

python -m grafi_dev.cli <path to your assistant instance>

This will automatically open a webpage displaying the Graphite interface.

starting_age

The highlighted components show the main interface elements:

Header: Displays the current conversation ID and assistant request ID, with a "New Conversation" button to start fresh sessions.

Main Panel:

  • Left: Visual workflow representation showing the execution flow
  • Right: Detailed information including events, conversation data, and flow history
    • Info Tab: Shows the detailed information of the workflow or selected components
    • Event Tab: Shows all the event of the workflow or selected components
    • History Tab: Shows complete conversation history across all assistant request IDs.

Message Input: Located at the bottom, allows you to send messages directly to the Graphite assistant.

demo-gif

Feature

  • Run any assistant and inspect its workflow in the browser
  • Live node execution and event trace
  • Interactive web UI for reviewing conversations and workflow details

Development

To start the server from source

python -m grafi_dev.cli <path to your assistant instance>

This launches a FastAPI server with uvicorn and opens the UI.

Support

For questions or fixes, refer to the source code, tests, and issues. Contributions via pull requests are welcome.