Skip to content

cubefw/agentcube-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agentcube-python

Python SDK for AgentCube — write apps that talk to the cube firmware (draw, scenes, feed helpers, later OTA/version check).

Part of CubeFW.

Status: scaffold. Core client will grow from the prototype in agentcube-sim.

Install (later)

pip install agentcube
# or editable:
pip install -e .

Planned usage

from agentcube import Cube, Color

cube = Cube("192.168.1.97")   # or sim: 127.0.0.1:8765
cube.ping()
cube.show_message(["Hello", "AgentCube"], colors=[Color.CYAN, Color.WHITE])

Layout

agentcube-python/
  README.md
  pyproject.toml
  agentcube/           # package
  examples/
  tests/

Related

License

MIT

About

Python SDK for AgentCube — apps that talk to the cube firmware.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages