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

Uploaded Source

Built Distribution

taskara-0.1.24-py3-none-any.whl (12.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: taskara-0.1.24.tar.gz
  • Upload date:
  • Size: 11.1 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.24.tar.gz
Algorithm Hash digest
SHA256 36606ff55d102e20e2115998b35d510a40ef5e11b4f06a6032322afc1d8bb3a3
MD5 856e59bed9c85fd51118ca7705863d04
BLAKE2b-256 8f842922af33687d67f977554eb059682d7299510969b3f59fadbe2ffe5acf02

See more details on using hashes here.

File details

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

File metadata

  • Download URL: taskara-0.1.24-py3-none-any.whl
  • Upload date:
  • Size: 12.2 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.24-py3-none-any.whl
Algorithm Hash digest
SHA256 2d09b681c2d3bf4ec1bab7e59cfeca23c87903e7722743c056733911e7360040
MD5 62c427187250b57e06fed9cd8cc74947
BLAKE2b-256 d40360ddab608359e311e7aa459e9af83e116f6688b27fb432b5a7e2a240a662

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