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.25.tar.gz
(11.6 kB
view details)
Built Distribution
taskara-0.1.25-py3-none-any.whl
(12.8 kB
view details)
File details
Details for the file taskara-0.1.25.tar.gz
.
File metadata
- Download URL: taskara-0.1.25.tar.gz
- Upload date:
- Size: 11.6 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 | 831097521299a090d6efeabb2092bc77e46e3337b7cf937af1d55e7490797133 |
|
MD5 | 1db710a67d8eae59b7bff67ab79e079f |
|
BLAKE2b-256 | fd8ce32c9d6617383bd53ae317f6262b31890838c23321986c352fcbf4ace08a |
File details
Details for the file taskara-0.1.25-py3-none-any.whl
.
File metadata
- Download URL: taskara-0.1.25-py3-none-any.whl
- Upload date:
- Size: 12.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 | a78aee546124c9190a7bf083ddb6ec81b5e62627946ba53d8a26479feaef3cd0 |
|
MD5 | 25648e74a8b2418e4aa3e751cfe75d78 |
|
BLAKE2b-256 | 54a27bb9407ec74036ccac4399ec31da495497017e3448227194893770717b4d |