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

Uploaded Source

Built Distribution

taskara-0.1.28-py3-none-any.whl (9.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: taskara-0.1.28.tar.gz
  • Upload date:
  • Size: 8.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.10.14 Linux/6.5.0-1018-azure

File hashes

Hashes for taskara-0.1.28.tar.gz
Algorithm Hash digest
SHA256 85019f415761f11a5444ec4bfe84d53bb379fd0a2f935daacbdf4076bf48e188
MD5 f1b1b63ea6358d20be1f877023db2a6a
BLAKE2b-256 08e00bdd39504a2c852316566d677389c291a1624505d04df9887357415d286d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: taskara-0.1.28-py3-none-any.whl
  • Upload date:
  • Size: 9.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.10.14 Linux/6.5.0-1018-azure

File hashes

Hashes for taskara-0.1.28-py3-none-any.whl
Algorithm Hash digest
SHA256 cda9d87f1581d2abb3be7789a933669e6b8751bbc2610dd35acc153054468c4c
MD5 91cd391598abb2d89110329933e21bb6
BLAKE2b-256 2d85c62a55880253f51db7cfedc6eed8df3bb1110edf7aa5f0c878cf41427053

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