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.17.tar.gz
(10.9 kB
view details)
Built Distribution
taskara-0.1.17-py3-none-any.whl
(12.0 kB
view details)
File details
Details for the file taskara-0.1.17.tar.gz
.
File metadata
- Download URL: taskara-0.1.17.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 | d40d583ddfb449d199bb46a266353eea3f8b546fb91efe92f3ba985743883693 |
|
MD5 | 21ceb4e90cc7d3db951ebba3f87aeef5 |
|
BLAKE2b-256 | 69c686c1e466b7af758baab12690a348d7dd447fa2fe3c572fbdcf87a82fee7a |
File details
Details for the file taskara-0.1.17-py3-none-any.whl
.
File metadata
- Download URL: taskara-0.1.17-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 | e2ad540425f8e780d0728f98e77c234d4512bbc0583cdc601a3ca3b037e8ced4 |
|
MD5 | fdb68cab6bf6335666782a0201f17251 |
|
BLAKE2b-256 | c4b7237622da9651b07e1803a41f4d55d3eef9164821d98581e92dc6c62d06a0 |