Skip to main content

ScoutAgent — no-code agent builder plugin for CMDOP

Project description

ScoutAgent — Fluent AI Agent Builder & Auto-Deployment for Python

PyPI Python license

scoutagent

ScoutAgent is an AI agent builder Python package providing a fluent automation API and no-code agent deployment. Unlike AutoGPT, BabyAGI, CrewAI, and LangGraph, ScoutAgent focuses on simple scheduled agent runner capabilities. Define and deploy agents rapidly, scaling automation quickly using Python.

Features

  • Define agents using a fluent automation API for Python.
  • Schedule recurring agent runs with a single function call.
  • Orchestrate complex workflows combining AI and shell commands.
  • Deploy agents without managing infrastructure using no-code agent deployment.
  • Run agents on any schedule with the built-in scheduled agent runner.

Use Cases

  • Build AI agents with a fluent chainable API
  • Deploy recurring agents on any schedule with one call
  • Combine shell steps and AI tasks in a single workflow

Installation

pip install scoutagent

Quick Start

from scoutagent import ScoutAgent

client = ScoutAgent.remote(api_key="cmdop_live_xxx")

deployer = (client.build()
    .named("NightlyDeployer")
    .shell("git pull && pip install -r requirements.txt")
    .agent("Verify the build succeeded and summarize changes")
    .every(seconds=86400)
    .deploy())

monitor = client.quick_deploy(
    name="HealthMonitor",
    steps=["$ uptime && df -h", "Summarize resource usage"],
    interval_seconds=60,
)

CLI

No SDK needed? Connect via standalone binary:

curl -fsSL cmdop.com/install-cli.sh | bash
cmdok ssh

cmdok ssh

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

scoutagent-2026.3.11.tar.gz (2.4 kB view details)

Uploaded Source

Built Distribution

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

scoutagent-2026.3.11-py3-none-any.whl (3.0 kB view details)

Uploaded Python 3

File details

Details for the file scoutagent-2026.3.11.tar.gz.

File metadata

  • Download URL: scoutagent-2026.3.11.tar.gz
  • Upload date:
  • Size: 2.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.18

File hashes

Hashes for scoutagent-2026.3.11.tar.gz
Algorithm Hash digest
SHA256 4e20310de358445a9d85fbd5b0e4bfeff04b8140c728c346517d82c2759bd67f
MD5 426ac2a501e59154fa820e61fd718d47
BLAKE2b-256 275ff066ba041a790fe0fba84193059fc96780cd40270cb9e6ecc36fa9333441

See more details on using hashes here.

File details

Details for the file scoutagent-2026.3.11-py3-none-any.whl.

File metadata

  • Download URL: scoutagent-2026.3.11-py3-none-any.whl
  • Upload date:
  • Size: 3.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.18

File hashes

Hashes for scoutagent-2026.3.11-py3-none-any.whl
Algorithm Hash digest
SHA256 05d416b226dab296085da3aba87b64bdf2b79007cd0cbf137e9645f2d8815a6b
MD5 fa7ae455eb2407b1f4464c1c20d7027e
BLAKE2b-256 80c5f05f765d2103f5a97933d62da5448edaff77700cb2bcd6e18783e027adde

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