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.23.tar.gz
(11.1 kB
view details)
Built Distribution
taskara-0.1.23-py3-none-any.whl
(12.2 kB
view details)
File details
Details for the file taskara-0.1.23.tar.gz
.
File metadata
- Download URL: taskara-0.1.23.tar.gz
- Upload date:
- Size: 11.1 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 | e52c07fa1f6c47ff07792b1352eef6e413ff6d61247db0048d83d628c96899de |
|
MD5 | c978194e4f72f5d600fb6825de78a4f8 |
|
BLAKE2b-256 | aecfe2dc30054de4ef686cb424711d3037d6f54f7b7978a1fdfe5f4d8fdf2fac |
File details
Details for the file taskara-0.1.23-py3-none-any.whl
.
File metadata
- Download URL: taskara-0.1.23-py3-none-any.whl
- Upload date:
- Size: 12.2 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 | 87241099697159527b4932630d1fb04e7583058f15e79deb13273f73a9c042df |
|
MD5 | 508e77ad7e99af9bfc70fb3ebb8e4924 |
|
BLAKE2b-256 | 19469378362157a2a53556a2c37d853a2c274fd60dee351486e5b3f8233ec2ac |