PLATO Study Partner Agent — tracks learning progression as tiles
Project description
studylog-agent
PLATO Study Partner Agent — tracks student and researcher learning progression as tiles in PLATO.
Every lesson is logged as a tile. Later agents can "don the shell" and continue from prior sessions. Self-improving curriculum via agent learning from past sessions.
Features
- Session Logging: Record study topics, concepts, questions, and understanding level
- Shell Resume: Don the shell to continue from where you left off
- Concept Mastery Tracking: Track which concepts have been covered and how many times
- Study Suggestions: Get AI-suggested next topics based on your history
- History & Stats: View past sessions and mastery statistics
Installation
pip install studylog-agent
Usage
# Interactive study session
studylog
# Resume last session (don the shell)
studylog --resume
# Show study history
studylog --history
# Suggest next lesson
studylog --suggest
# Show concept mastery stats
studylog --stats
PLATO Integration
studylog-agent communicates with the PLATO tile server at http://localhost:8847. Each study session is submitted as a tile to the studylog-ai room. Tiles store:
- domain:
studylog-ai - question: Topic being studied
- answer: Structured data with concepts, questions, understanding level, notes, next steps, and resources
Architecture
studylog_agent/
├── __init__.py # Core StudyLogAgent class
├── cli.py # CLI entry point
├── pyproject.toml
└── README.md
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file studylog_agent-0.1.1.tar.gz.
File metadata
- Download URL: studylog_agent-0.1.1.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29085f17c68cde299f2ccaa3ad7897a8979a18e0277ad9c59c931d9b270e9b8e
|
|
| MD5 |
6c38edd1cd88ecfce50de1554783ca33
|
|
| BLAKE2b-256 |
5a878a387c2f190e7ac67df3d11ea5f78f999979173584493ed99b03faf41230
|
File details
Details for the file studylog_agent-0.1.1-py3-none-any.whl.
File metadata
- Download URL: studylog_agent-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8fee85ab054a9992a2dc7a8179c00a0f21ea64829d8e3925977efd2cee3f924
|
|
| MD5 |
fb6b8f34ed7317fdc47df26ff317d155
|
|
| BLAKE2b-256 |
c29c908fdb565fee63a276a76bac0f298fe0899f437e92efa29fbb83031c074e
|