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.15.tar.gz
(10.9 kB
view details)
Built Distribution
taskara-0.1.15-py3-none-any.whl
(12.0 kB
view details)
File details
Details for the file taskara-0.1.15.tar.gz
.
File metadata
- Download URL: taskara-0.1.15.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 | f69b3b5f8012f0a8662c980376a1d9be5f1bcadbe9f1c356923d99faedd6f236 |
|
MD5 | f7abbde69c745ffa47c749b34860b03c |
|
BLAKE2b-256 | 4fc9f8c139c880ff75ce2692e953ada3de9a428320784d0d7c1a9d5e8b17abf3 |
File details
Details for the file taskara-0.1.15-py3-none-any.whl
.
File metadata
- Download URL: taskara-0.1.15-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 | b489994eaff5fa54b443972a1d411e1bcd2d22ba6e3d0f5fe35e91cc1d3d0273 |
|
MD5 | 725c4a4ebb8c7704c7812c68f38d14bf |
|
BLAKE2b-256 | 48e2c3acba191e601ba200444a94d19ee7fc484d1503751cf184e0011641152b |