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.4.tar.gz
(10.8 kB
view details)
Built Distribution
taskara-0.1.4-py3-none-any.whl
(11.8 kB
view details)
File details
Details for the file taskara-0.1.4.tar.gz
.
File metadata
- Download URL: taskara-0.1.4.tar.gz
- Upload date:
- Size: 10.8 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 | 9a90e14594384154e2eb1311a8214e1a9031590f67c83b5ba73e29930d0f8d3f |
|
MD5 | bec5c44f9f3ba8fbc133278c760a3e9d |
|
BLAKE2b-256 | e0290f547a2a2f54e9b34c734b24c5e9fd94de5279e7fef8115cfd2c8bac7d55 |
File details
Details for the file taskara-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: taskara-0.1.4-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 | 37cbf5239a463cb80586243b0e35925c1f73310e51fd2405b9071fe791911393 |
|
MD5 | 03c3f0dc5faeab7031c92675e27a22ed |
|
BLAKE2b-256 | c99ca3eb284f0b46f5161acc8f7c8481d6cd1f7bf727afa42cb390c8fb5b2a75 |