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.32.tar.gz
(8.3 kB
view details)
Built Distribution
File details
Details for the file taskara-0.1.32.tar.gz
.
File metadata
- Download URL: taskara-0.1.32.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 | 58f6e98855f21e0db9cc8949bb52466c4e3818fea6819207133c698fb149d97e |
|
MD5 | 557ab948a9e8fc269fed48beb29eb98c |
|
BLAKE2b-256 | 6c920e996d4c10f9e1ed7b9bd12f2741f8c65bcec1096af8685422126bea8c09 |
File details
Details for the file taskara-0.1.32-py3-none-any.whl
.
File metadata
- Download URL: taskara-0.1.32-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 | 30177e73b318e3e9a2bdb0ff617bdd77bc74b6c36688cf79c80394a9efeeaec9 |
|
MD5 | df85a69966d876cf463719a78e453f7c |
|
BLAKE2b-256 | a360fc7849c95bea48fef1d88390b01449286a7d919f57cd6b0fda4e10038f58 |