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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: taskara-0.1.31.tar.gz
  • Upload date:
  • Size: 8.3 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.31.tar.gz
Algorithm Hash digest
SHA256 8bacfe85645fa5cf4507c5ea524c0053c26f6fd2a5fe085042a165210e6e5f08
MD5 210abd5c29e8d4bfb91c468c7884de89
BLAKE2b-256 77e53059a0c5b384e97409c7c49d69ebf2639161740638366ad1362bbe582d16

See more details on using hashes here.

File details

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

File metadata

  • Download URL: taskara-0.1.31-py3-none-any.whl
  • Upload date:
  • Size: 9.8 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.31-py3-none-any.whl
Algorithm Hash digest
SHA256 d39cb1b38c75acd05b7a7987e0287fc2abfc1fa77c242e4aa2f807f05ae7123e
MD5 1cbb51158fad28c69d85a9a2bff42e1a
BLAKE2b-256 85885ea5df3b70dfd64a3546b69e02b1f173a21146cbc938a48d64de409d0f3a

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