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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: taskara-0.1.20.tar.gz
  • Upload date:
  • Size: 11.0 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.20.tar.gz
Algorithm Hash digest
SHA256 b827186d520662d47d15ef2e18781f449050a9edd629295e727b92c15a6c65ba
MD5 b9a88e4187563b274a72504aa3ce39dc
BLAKE2b-256 b6ee1851016745b2023eda26382fbed6b26bc60cf76ad7a76f2cfaa11d569df5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: taskara-0.1.20-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.20-py3-none-any.whl
Algorithm Hash digest
SHA256 d619fa392363746a01e5208da76fee72ebb21f3c8aa9fdedb74a2521e9712565
MD5 44fd0dfd56579d0897a6cc8d0ff159be
BLAKE2b-256 a037b1bbaffbe8a93a0cb87b663e1a77cb159dd96b19624ebfe6f838f308ed88

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