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.19.tar.gz
(10.9 kB
view details)
Built Distribution
taskara-0.1.19-py3-none-any.whl
(12.0 kB
view details)
File details
Details for the file taskara-0.1.19.tar.gz
.
File metadata
- Download URL: taskara-0.1.19.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 | 6b0eb8c584b83ce07d83de4f4f81e14ce8273a735d70385c68bf597042ac63b2 |
|
MD5 | eda6bb21a55bd8cc86580a785327adea |
|
BLAKE2b-256 | b5d06b510b1deebb8192e35e7d314f5d00c4d220d12a6a44bd5939e39ab98faa |
File details
Details for the file taskara-0.1.19-py3-none-any.whl
.
File metadata
- Download URL: taskara-0.1.19-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 | fc632b7f45323baaa24fa63724ebc3515ea51e0abf17baf343f174353d7217e7 |
|
MD5 | 15c28dac6543f5a7f2ead17a16f8907b |
|
BLAKE2b-256 | 6d875d9559d88490d54f8d8f48a8678c8288d1c3f88b8a796381bddcbf8f6aaf |