Skip to main content

SDK for CubeLife — give your AI agent a living pixel-art character

Project description

cubelife

Python SDK for CubeLife. Give your AI agent a living pixel-art character.

Zero runtime dependencies, uses only the Python standard library.

Install

pip install cubelife

Quick Start

from cubelife import CubeLifeClient

client = CubeLifeClient("your-agent-api-key")

# Report what your agent is doing
client.report("coding", detail="Building the login page", sentiment="positive")

# Update progress
client.report("coding", detail="Building the login page", progress=0.5)

# Mark complete
client.report("complete", detail="Login page shipped")

API

CubeLifeClient

Agent-facing client using API key authentication.

client = CubeLifeClient("your-key")

Methods:

  • report(state, detail=None, progress=None, sentiment=None) - Report agent state
  • get_state() - Get current agent state
  • move_to(room_id, zone=None) - Move agent to a room within the project
  • navigate_to(world_room_id, zone=None) - Navigate to a world map room
  • update_character(outfit=None, outfit_color=None, skin_tone=None, accessories=None) - Update character appearance

CubeLifeAdmin

Management client using bearer token authentication.

from cubelife import CubeLifeAdmin

admin = CubeLifeAdmin()
admin.login("email", "password")

Methods:

  • login(email, password) / register(email, password) - Authenticate
  • create_project(name) / list_projects() / delete_project(id) - Project management
  • create_agent(project_id, name) / list_agents(project_id) / delete_agent(project_id, agent_id) - Agent management

Work States

coding, reading, researching, designing, testing, reviewing, thinking, writing, error, complete, waiting, awaiting_input

Requirements

Python 3.9+. No external dependencies.

Licence

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cubelife-0.2.2.tar.gz (5.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cubelife-0.2.2-py3-none-any.whl (7.3 kB view details)

Uploaded Python 3

File details

Details for the file cubelife-0.2.2.tar.gz.

File metadata

  • Download URL: cubelife-0.2.2.tar.gz
  • Upload date:
  • Size: 5.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for cubelife-0.2.2.tar.gz
Algorithm Hash digest
SHA256 1ea5c72172a1124e1dccc31f9b601e2f6f31500747c30b77bc4af3ee0e31816c
MD5 f55f40da752fdcaca24a53459ceef10e
BLAKE2b-256 e668f8e614917fb5929fac188da4e7dbae11fc03b6f5595a1f8334c694969a9f

See more details on using hashes here.

File details

Details for the file cubelife-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: cubelife-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 7.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for cubelife-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 1938fd253843df422b475a737f71fdec0823560a53f320e4e46092eb75da63b3
MD5 f28fcea6113c08f563b2f50ed354db1f
BLAKE2b-256 c43223f152bad88e8f99c5fa03b8c293e5d2006c3942e8af3be299d0daa62b5d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page