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.30.tar.gz
(8.3 kB
view details)
Built Distribution
File details
Details for the file taskara-0.1.30.tar.gz
.
File metadata
- Download URL: taskara-0.1.30.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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b6edcd0bf1329360dbdacef255fe2859179739c38a6be4fd45ae6f89cf30ca7 |
|
MD5 | 52bc64ad1f7e41b03ba3fcce44582584 |
|
BLAKE2b-256 | 78b8d7fc66a3e318329e75727d0395f04caa6ab85866f91921a56617754fd52b |
File details
Details for the file taskara-0.1.30-py3-none-any.whl
.
File metadata
- Download URL: taskara-0.1.30-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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4fdc188e69337bd0641af4a5a47ef2502ce957325cd38ff3617e8139a1f04991 |
|
MD5 | c7fd41703b0bb1342fa6fbb5ae8cdf9f |
|
BLAKE2b-256 | 610b0737a69513901b2fba756fdf14f591fff69a33e5a2e0f5e1c90422be0ede |