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

Uploaded Source

Built Distribution

taskara-0.1.13-py3-none-any.whl (11.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: taskara-0.1.13.tar.gz
  • Upload date:
  • Size: 10.8 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.13.tar.gz
Algorithm Hash digest
SHA256 04da371c90cd410e53c2109e0378e7f6c58cf299d9c86cb357f92ecb02fb5a20
MD5 d489fe218852473f36f775adc2b984a8
BLAKE2b-256 51302e0cb34e7c2a496397a7124b3019a37b88c0f57ceda5496063c8daee10ee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: taskara-0.1.13-py3-none-any.whl
  • Upload date:
  • Size: 11.9 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.13-py3-none-any.whl
Algorithm Hash digest
SHA256 4779618bfaf349497bc694a59513ae405f0fb25d567adfefaf1d55d79a429deb
MD5 78f656d81f2e7a83116e68a9ffe24a59
BLAKE2b-256 82b258272964be1577c318cda935d2771e2ba0823cfc687dae8e9fe972f13cb0

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