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

CMDOP Architecture

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: scoutagent-2026.3.3.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.3.tar.gz
Algorithm Hash digest
SHA256 2f633d19b778515c7b9fe3281cac607cdc6898006ff71c3aa58b75d7c58e4ba4
MD5 0c4611413a4d2e68242ecbbb8c7d3b9d
BLAKE2b-256 7df1bf55da220b3e33782c1b4788758846e56751135530bae4f4f4ed4db743ee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: scoutagent-2026.3.3-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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 7b39bb8362c6f595be17e86460a812222f921f2aaafa601a3c138a8f6e57d98c
MD5 cc56c534679731174dbdba25cbeaa1b7
BLAKE2b-256 b74557a1679866ef2b388dabe85b70c52a2a0fd2179bd62e026b0fafcc3d9557

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