Skip to main content

Task management for AI agents

Project description

Taskara

Task management for AI agents

Installation

pip install taskara

Usage

from taskara import Task

task = Task(
    description="Search for the most common varieties of french ducks",
    owner_id="delores@agentsea.ai"
)

task.assigned_to = "roko@agentsea.ai"

task.post_message("assistant", "Getting started working on this")
task.status = "in progress"

task.create_thread("prompts")
task.post_message("assistant", "I'll post prompts to this thread", thread="prompts")
task.post_message("assistant", '{"role": "user", "content": "Hello?"}', thread="prompts")

task.output = "The most common type of french duck is the Rouen"
task.status = "success"

task.save()

Supported Backends

  • Sqlite
  • Postgresql

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

taskara-0.1.22.tar.gz (11.0 kB view details)

Uploaded Source

Built Distribution

taskara-0.1.22-py3-none-any.whl (12.1 kB view details)

Uploaded Python 3

File details

Details for the file taskara-0.1.22.tar.gz.

File metadata

  • Download URL: taskara-0.1.22.tar.gz
  • Upload date:
  • Size: 11.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.10.1 Darwin/22.6.0

File hashes

Hashes for taskara-0.1.22.tar.gz
Algorithm Hash digest
SHA256 b3302e695cf9636d569d935f1e6da5110a7a4776ea443eb66f90f13ee6d32236
MD5 663ee63e75848198fba12733d901347a
BLAKE2b-256 846c9ed6a95818fc218e491860253adb25aa6d6c6a5edb630b897a76937dd141

See more details on using hashes here.

File details

Details for the file taskara-0.1.22-py3-none-any.whl.

File metadata

  • Download URL: taskara-0.1.22-py3-none-any.whl
  • Upload date:
  • Size: 12.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.10.1 Darwin/22.6.0

File hashes

Hashes for taskara-0.1.22-py3-none-any.whl
Algorithm Hash digest
SHA256 aa5a4902eb5de6ab6dbd872726f9a780f730d8e95e65465c952b8de473f39116
MD5 c4329e2eb85aa7451fc1391a33619deb
BLAKE2b-256 3955f163db28ee109223d78fcbcc3384f26e8c685bad3e56dcf04a3af8d55d11

See more details on using hashes here.

Supported by

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