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

Uploaded Python 3

File details

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

File metadata

  • Download URL: scoutagent-2026.3.20.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.20.tar.gz
Algorithm Hash digest
SHA256 3dab71d388788765e61d14f927cc1f8d31bc43e86e883d328163f438250d64cb
MD5 5acb32d5f6c15ae87e38b1dd7a36af5d
BLAKE2b-256 81255138eb1e8248ccaefd7f55f8d46ecbb5886f73bf2e55f04cb44af7044192

See more details on using hashes here.

File details

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

File metadata

  • Download URL: scoutagent-2026.3.20-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.20-py3-none-any.whl
Algorithm Hash digest
SHA256 2818ed7cc3590f8f7c1a7c2b275cb05d08ffaf50415e4cd215111828e8fb2c28
MD5 19901a67efbbb6cd97a943b678e3f393
BLAKE2b-256 79d6781fdfc0917a83c90f92eb38e1a52988e3a08993540788f58bee1108fbbb

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