Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Examples

Runnable Python over the Graphory SDK. Install and authenticate first:

pip install graphory
graphory login
File What it shows
save_chat_session.py Save a conversation to your graph with the two-step schema flow.
priority_brief.py A cron-ready daily brief: pull recent activity from your graph and let your own AI rank what matters.

These use the SDK's HTTP methods. For agent-side capture - your AI reading a transcript and writing structured nodes - see ../skills/save-to-graph.