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

Uploaded Source

Built Distribution

taskara-0.1.27-py3-none-any.whl (12.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: taskara-0.1.27.tar.gz
  • Upload date:
  • Size: 11.6 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.27.tar.gz
Algorithm Hash digest
SHA256 f32487d32ff1c6aabddeb4ea32f2e5729e0de2daec712c07a97926c84a6d183a
MD5 55be35859b3810c56bbea8de32df5c4c
BLAKE2b-256 833d25d001a9700b495df1126bf0e6db1e19c1f5e2bb59d067897231a4d5c7ba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: taskara-0.1.27-py3-none-any.whl
  • Upload date:
  • Size: 12.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.27-py3-none-any.whl
Algorithm Hash digest
SHA256 bb06ea486a64e5c430aea5f3d489b44c86d7bcc038cb1595b92a2aaf39e1900a
MD5 ae5c1ebfa30c628046a55edc0a2b38d5
BLAKE2b-256 c89c5783cc30cde64e689f385550444371386e9bb18a152a48b60d40e3d08184

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