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.14.tar.gz (10.9 kB view details)

Uploaded Source

Built Distribution

taskara-0.1.14-py3-none-any.whl (12.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: taskara-0.1.14.tar.gz
  • Upload date:
  • Size: 10.9 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.14.tar.gz
Algorithm Hash digest
SHA256 6f28bb8c6d7c923ad7760a426f63b532e880a091ab2185109442d69b5b99350e
MD5 c41cceeb3f012053e28a3ec9330119df
BLAKE2b-256 8ba7b3cbdeb9c50ff8dfc9d72f58f9da728365c85666bd73a5cde159f1fb752b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: taskara-0.1.14-py3-none-any.whl
  • Upload date:
  • Size: 12.0 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.14-py3-none-any.whl
Algorithm Hash digest
SHA256 7565075521855007a7d48615e7aac50d02194781fbcba45f2b2c9726f14af78d
MD5 f507bb95c6911df9a0b4bf84880c0b0b
BLAKE2b-256 5081609f5b09c01c4b45797762b2e826efdd62aef23c44b4efcbc7c61449619d

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