Kill all idle agents
for (aSlave in hudson.model.Hudson.instance.slaves) {
Explore
10,917 skills indexed with the new KISS metadata standard.
for (aSlave in hudson.model.Hudson.instance.slaves) {
Macrograph is a visual programming platform with node-based graph interfaces. Supports both desktop (single-project) and server (multi-project) environments with real-time event processing and type-safe ID management.
Current multi-agent frameworks—including LangGraph, CrewAI, and AutoGen's MagenticOne—suffer from **architectural stagnation**. While agents coordinate within conversations, they cannot evolve between runs. Poor performance requires manual developer intervention, creating a scalability bottleneck.
generic skill
Provides agent lifecycle management including enabling, disabling, and resolving agent configurations. Handles agent aliasing, run modes (isolated/global/devel), and workspace structure creation.
Agents are components that use reasoning to make decisions and take actions, designed to autonomously perform tasks or provide services with some degree of agency. LLM chains can only perform hardcoded sequences of actions, while agents use LLMs to reason through which actions to take, and in which

发布时间:2024年10月22日
This document provides instructions for AI agents working on this codebase.
generic skill
generic skill
- **Code Quality**: Write clean, readable, and maintainable code. Use meaningful variable and function names.
The Agent Task Framework helps transform ambiguous user requests into clear, structured instructions that background agents can execute successfully. This tutorial shows practical examples from real project contexts.
This directory contains supporting files for the Sideload skill.
Various agents from LangChain are included:
This document provides a high-level overview of the Drasi Command Line Interface (CLI) project for coding agents. The CLI is a Go application built with the Cobra library, responsible for installing and managing Drasi environments and resources.
Custom agents allow you to define specialized AI assistants with specific behaviors, tools, and prompts.
generic skill
generic skill
**Claude Code: Please execute all steps below to set up parallel AI agents for the ZMF Production Dashboard**
There can be two types of Agents in Data Streams; Virtual and Non-Virtual Agents. When packaging an Agent using the Stream Integration Manager, it is important to specify if an Agent is Virtual by making sure that the _Virtual_ checkbox is correctly ticked.
generic skill
> **Autonomous Multi-Agent System for Real-Time Race Analytics and Strategy Optimization**
Implemented the ability to resume finished agents **and agents that hit errors** by sending them a message. Previously, when an agent finished or hit an error (like rate limits), it would completely stop and could not be resumed. Now, these agents wait for user messages and can continue their work.