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.33.tar.gz
(8.4 kB
view details)
Built Distribution
File details
Details for the file taskara-0.1.33.tar.gz
.
File metadata
- Download URL: taskara-0.1.33.tar.gz
- Upload date:
- Size: 8.4 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 | b2fe210b048c7239d823d7357cc5226359dcbbb5c292054c3be2a7574d5ff96d |
|
MD5 | 11a1873b4b7de8ae8197406852aaa471 |
|
BLAKE2b-256 | 3f0e15de0357d02cb3eed8caa1bf6b3a43817fdb069ed447779602d4782f53f9 |
File details
Details for the file taskara-0.1.33-py3-none-any.whl
.
File metadata
- Download URL: taskara-0.1.33-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 | d376f57b1713be3e117b06a8fd560b1df6ef4cbfddb7a34603f35bb95c4610dc |
|
MD5 | bc338fcfa447e27ec026d3f42b05d533 |
|
BLAKE2b-256 | aad3156630ff53b3526b5ef7e8abd1f927fe72e7335472d8651990a73198da8f |