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,
)

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.2.28.tar.gz (2.3 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.2.28-py3-none-any.whl (2.9 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for scoutagent-2026.2.28.tar.gz
Algorithm Hash digest
SHA256 304e3a3d35a2a8a0ffb1334df7d8fba644150ea886ed51307192fbc5fd391503
MD5 54256db83542565a0497934e60909ad1
BLAKE2b-256 1703c2621146defdb95cc7f87887f8b87899afde84212ee1a6938fa2e2617fd0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: scoutagent-2026.2.28-py3-none-any.whl
  • Upload date:
  • Size: 2.9 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.2.28-py3-none-any.whl
Algorithm Hash digest
SHA256 612d8af3e64b5011d68594c2d2041d701a93db2528a4029aa315d7e7f9b76ebe
MD5 ca9d3e54e152baeb13a0501ae305d0c7
BLAKE2b-256 f82d6c4bc7764f017a174dc6c6975af00c798f71df2f4def97c536f3e3f080df

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