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.16.tar.gz
(10.9 kB
view details)
Built Distribution
taskara-0.1.16-py3-none-any.whl
(12.0 kB
view details)
File details
Details for the file taskara-0.1.16.tar.gz
.
File metadata
- Download URL: taskara-0.1.16.tar.gz
- Upload date:
- Size: 10.9 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 | 9e862e7ecc39c590acc881d261d61b9563d1292db5796f07be2b08c1acbee301 |
|
MD5 | faf453bf062e64b3cdf71f161728b531 |
|
BLAKE2b-256 | 4ceae059366d1ec9b107ae1ad20c82d99b33797804b9719fd53cf413b40aac01 |
File details
Details for the file taskara-0.1.16-py3-none-any.whl
.
File metadata
- Download URL: taskara-0.1.16-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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2819d208393693715ff1f2cf201637b722a15745bbd8d7bbb22fcc270a53ee92 |
|
MD5 | 4b4b007ddeac20ddd8be474455258539 |
|
BLAKE2b-256 | cf1f4a0d99cd85539fa63e563869ed67c0ca5bea51422c4558d7d3bc196b84fe |