Skip to main content

A sleek (macOS) system tray application providing instant access to LLMs

Project description

AbstractAssistant

AbstractAssistant is a gateway-native desktop assistant for the AbstractFramework ecosystem.

It ships as a macOS-first tray app with a compact top-right palette and a small CLI. The desktop client stays thin: AbstractGateway owns workflow discovery, durable runs, multimodal capability defaults, provider connections, and media routing. The assistant keeps only local UX state such as sessions, window placement, downloads, and optional hotkey preferences.

High-level flow:

Tray / Palette / CLI -> AbstractGateway -> AbstractRuntime -> AbstractCore -> Providers

What You Get

  • A tray-first desktop assistant with a compact top-right query palette.
  • One published gateway assistant workflow, abstractassistant-orchestrator, as the runtime path for tray and CLI turns.
  • Gateway-backed multimodal defaults for text, voice, image, video, sound, and music routes.
  • Local microphone capture and local playback while STT/TTS execution stays on the gateway.
  • Workflow-routed image, video, sound, and music generation through gateway defaults.
  • Durable tool approvals through gateway waits instead of local side channels.
  • Gateway-backed capability-default editing, including advanced route options where the selected route supports them.

Install

pip install "abstractassistant"

Practical requirements:

  • Python 3.10+
  • An AbstractGateway instance the assistant can reach
  • macOS is the primary tray target; Linux and Windows may work but are not yet packaged to the same standard

Quick Start

Start a local gateway for development:

export ABSTRACTGATEWAY_FLOWS_DIR="$PWD/abstractgateway/flows/bundles"
export ABSTRACTGATEWAY_AUTH_TOKEN="your-shared-token"
abstractgateway serve --host 127.0.0.1 --port 8080

Launch the tray assistant:

assistant

Run a single terminal turn:

assistant run --prompt "Search the web for the latest OpenAI news and summarize it with sources."

Optional connection overrides:

assistant --gateway-url http://127.0.0.1:8080 --gateway-token "$ABSTRACTGATEWAY_AUTH_TOKEN"

The tray app does not ask you to choose a workflow. It uses the published abstractassistant-orchestrator workflow from the gateway tenant catalog.

Defaults And Durability

Gateway is the source of truth for:

  • the published abstractassistant-orchestrator workflow and its catalog entrypoint
  • provider/model defaults for multimodal routes
  • media routing and execution
  • durable run history, waits, and artifacts

The desktop client stores only local state under ~/.abstractassistant/, including:

  • sessions.json: session registry and active session
  • session transcript snapshots and last run ids
  • gateway_connection.json: gateway URL plus bearer-token or session auth state
  • local downloads and tray/palette preferences

The desktop assistant stays intentionally thinner than Flow. Settings exposes gateway capability-default routes plus a bounded advanced options JSON surface. That JSON is passed through unchanged for route features such as count, seeds, lora_adapters, guidance_2, and flow_shift when the selected route supports them.

Documentation

Start with docs/README.md.

Core guides:

Architecture records:

Development

pip install -e ".[dev]"
python -m pytest tests/basic tests/integration -q

Project Links

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

abstractassistant-0.4.11.tar.gz (278.6 kB view details)

Uploaded Source

Built Distribution

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

abstractassistant-0.4.11-py3-none-any.whl (278.4 kB view details)

Uploaded Python 3

File details

Details for the file abstractassistant-0.4.11.tar.gz.

File metadata

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

File hashes

Hashes for abstractassistant-0.4.11.tar.gz
Algorithm Hash digest
SHA256 25b3eff88e34e040525a743d905cf0eb6b114d6d215b2e7912d151c3087adf0b
MD5 a91d41d84ba6b96df6f88b647c51b777
BLAKE2b-256 05a4173e635f9678ca91cca550247916442ae39040331c673bd7d1bae11f7f40

See more details on using hashes here.

Provenance

The following attestation bundles were made for abstractassistant-0.4.11.tar.gz:

Publisher: release.yml on lpalbou/AbstractAssistant

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

File details

Details for the file abstractassistant-0.4.11-py3-none-any.whl.

File metadata

File hashes

Hashes for abstractassistant-0.4.11-py3-none-any.whl
Algorithm Hash digest
SHA256 e220ed94a3a9087fbaa11c78c920c48c2216ba4a88e8e7ae873e765c00e91f95
MD5 796cda70485aab61caef516508952284
BLAKE2b-256 edf9fa90026c056971c8b2a1a1349b5f45ed5417ace9beb47c24f1ca0c2edf12

See more details on using hashes here.

Provenance

The following attestation bundles were made for abstractassistant-0.4.11-py3-none-any.whl:

Publisher: release.yml on lpalbou/AbstractAssistant

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