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.21.tar.gz
(11.0 kB
view details)
Built Distribution
taskara-0.1.21-py3-none-any.whl
(12.0 kB
view details)
File details
Details for the file taskara-0.1.21.tar.gz
.
File metadata
- Download URL: taskara-0.1.21.tar.gz
- Upload date:
- Size: 11.0 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 | 2c5a37d6510fa1e12a429351c972b80af8a7227db22aae5e464a89b07420416d |
|
MD5 | 7da779b04824140d2410d0b69ce25bd5 |
|
BLAKE2b-256 | aba343abd50156309ee72b78d1a6660e9a3b6c46b97bab05921874101d54856c |
File details
Details for the file taskara-0.1.21-py3-none-any.whl
.
File metadata
- Download URL: taskara-0.1.21-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 | 56e1e5fcf7df7177480d2a71cde5c3ab377cb7d14795f312aaed380f5aac99f3 |
|
MD5 | 761ed0bb4287a1298a49a8b6905031a7 |
|
BLAKE2b-256 | 4d6002afbaa9a1b43a99cbb9eb9601db20662ede1acd87ea53a77cc0390c49e8 |