Skip to main content

Core engine for Maestro AI agent — providers, trust layer, tools, conversation engine

Project description

maestro-core

Core engine for Maestro AI agent. Multi-provider, privacy-first.

Features

  • 4 LLM Providers: Anthropic (Claude), OpenAI (GPT), Google (Gemini), Ollama (local)
  • Trust Layer: Automatic anonymization of sensitive data (NIR, SIRET, IBAN, emails, names, API keys)
  • Provider Router: Auto-route to local/cloud based on data sensitivity
  • Conversation Engine: Turn loop with tool calling
  • Tool Framework: Base classes + 6 built-in tools (bash, file_read, file_write, file_edit, grep, glob)

Installation

pip install maestro-core

Usage

from maestro_core.engine import ConversationEngine
from maestro_core.provider_router import ProviderRouter, RoutingMode
from maestro_core.tools import ToolRegistry
from maestro_core.tools.bash import BashTool
from maestro_core.config import MaestroConfig
from maestro_core.trust.anonymizer import TrustMode

# Setup
config = MaestroConfig()
router = ProviderRouter(config, RoutingMode.AUTO, TrustMode.STANDARD)

tools = ToolRegistry()
tools.register(BashTool())

engine = ConversationEngine(router=router, tools=tools)

# Chat
result = await engine.run_turn("List Python files", model="claude-sonnet-4")
print(result.response_text)

Trust Layer

from maestro_core.trust.anonymizer import Anonymizer, TrustMode

anon = Anonymizer(TrustMode.STANDARD)
safe = anon.anonymize_text("NIR 267041305561777 SIRET 41021468800013")
# → "NIR [NIR_1] SIRET [SIRET_1]"

restored = anon.deanonymize_text(safe)
# → "NIR 267041305561777 SIRET 41021468800013"

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

maestro_core-0.3.0.tar.gz (164.4 kB view details)

Uploaded Source

Built Distribution

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

maestro_core-0.3.0-py3-none-any.whl (242.1 kB view details)

Uploaded Python 3

File details

Details for the file maestro_core-0.3.0.tar.gz.

File metadata

  • Download URL: maestro_core-0.3.0.tar.gz
  • Upload date:
  • Size: 164.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.8

File hashes

Hashes for maestro_core-0.3.0.tar.gz
Algorithm Hash digest
SHA256 0b5e7e19fcc24728a7ccb763b8df2fe317d6349c220b14684b0c269332b5cf64
MD5 ba701cd5b0f31392e3ed8191c05912c2
BLAKE2b-256 b2dfafd3043737bfcf9f19b0680d28013925336023fcafb1aa2e5097717377ea

See more details on using hashes here.

File details

Details for the file maestro_core-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: maestro_core-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 242.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.8

File hashes

Hashes for maestro_core-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 135fa3510ddc0c9f6c4e5957b4ca6efb0a8fb67a0ae2d18306ef71bf1cda2851
MD5 eaeb19119d9eaaaccb97428903cb65f6
BLAKE2b-256 49556157f63743949bb53e5aadcc9d2d6b1ea99bc493ab2a93e0e19c245e14a8

See more details on using hashes here.

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