Skip to main content

Composable libraries for AI agent fleets — model calls, memory, workspace, jobs, directory, and agent composition in one package.

Project description

coactra

Convenience installer and dependency-light shell for the modular Coactra libraries. It contains shared scope, error, plugin, and Kernel/Session DTOs, but no backend business logic.

Install only the capability you need:

pip install coactra[memory]
pip install coactra[workspace]
pip install coactra[orchestration]
pip install coactra[agent]
pip install coactra[all]

Each capability remains independently installable, such as pip install coactra-memory.

Dependency-Light Shell

from coactra.kernel import Kernel, Task
from coactra.scope import CoactraScope


def handler(context, task):
    return {"tenant": context.scope.tenant_id, "input": dict(task.input)}


session = (
    Kernel.builder()
    .with_handler("echo", handler)
    .build()
    .session(CoactraScope(tenant_id="acme", namespace="support"))
)
result = await session.run(Task("echo", {"x": 1}))

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

coactra-0.1.0.tar.gz (209.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

coactra-0.1.0-py3-none-any.whl (215.0 kB view details)

Uploaded Python 3

File details

Details for the file coactra-0.1.0.tar.gz.

File metadata

  • Download URL: coactra-0.1.0.tar.gz
  • Upload date:
  • Size: 209.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for coactra-0.1.0.tar.gz
Algorithm Hash digest
SHA256 e85a12e884ecd68097c41ae7b46555b06f1dd8c7b9de5568f56e5f78ed81d559
MD5 bef9a163e823c701f7e658da7c89c18a
BLAKE2b-256 71075199689d61c66c36c427540ebf6fb88e8740f000e265e40883978d8b4f38

See more details on using hashes here.

Provenance

The following attestation bundles were made for coactra-0.1.0.tar.gz:

Publisher: workflow.yml on DataOpsFusion/coactra

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coactra-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: coactra-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 215.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for coactra-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0db4d604779500f4dc2fdb444e2cfdb89b0e1d384e95d5d0e4f36f1a3a9421b6
MD5 7b385a7349bd818fa4a0f59ff05f6fc4
BLAKE2b-256 8576d96f132a96bed146fadd85fd0041a09296f92c6c0d9c57ecc052b82ad852

See more details on using hashes here.

Provenance

The following attestation bundles were made for coactra-0.1.0-py3-none-any.whl:

Publisher: workflow.yml on DataOpsFusion/coactra

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page