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.10.tar.gz
(10.7 kB
view details)
Built Distribution
taskara-0.1.10-py3-none-any.whl
(11.8 kB
view details)
File details
Details for the file taskara-0.1.10.tar.gz
.
File metadata
- Download URL: taskara-0.1.10.tar.gz
- Upload date:
- Size: 10.7 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 | b64217ab11a1066d76a9f57f31b89db2cdb211deb3fb4918cb5b1c01c890686d |
|
MD5 | 77140fc1f6ded382d1c070b206c1dfb8 |
|
BLAKE2b-256 | 639a0a542a9bb2944299ffb9d43bacee61116e0ee28c80d43dfb1911035a1a66 |
File details
Details for the file taskara-0.1.10-py3-none-any.whl
.
File metadata
- Download URL: taskara-0.1.10-py3-none-any.whl
- Upload date:
- Size: 11.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 | bfaf7b489c7281a24122c92596b2c55e9dba67377790cc90b289a4ff2b4fdb62 |
|
MD5 | edf83c563a3ffb73d6ce4ecd1a1962cf |
|
BLAKE2b-256 | fc4fb54d4c0af0786777deb3c27d0dd8de0256a2c0a9f2a06ed7e9c0fcfd772b |