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.12.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.12-py3-none-any.whl (3.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: scoutagent-2026.3.12.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.12.tar.gz
Algorithm Hash digest
SHA256 dcf6d75405fea6a20ca4736eb7f4b57479c3f8bc80696fe2118771a8ac1387ed
MD5 dc266cbdcdca99b2b54ac6f831ed8563
BLAKE2b-256 81fad2c9f70f1d07142fe97f2cfb27862f75a138361a5942c6e7aef58cd7439d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: scoutagent-2026.3.12-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.12-py3-none-any.whl
Algorithm Hash digest
SHA256 a1af81cac5c8306cb16db98d0c5ccf563a1a6bab33e11f1ac8ded172fb1e486c
MD5 bb83a22fdbcc631b881169778fa380e8
BLAKE2b-256 7ee9f7c494b76dcedc7a0b127fcaf347bd21c27838f58810959937c359cb3201

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