🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis
Socket
Book a DemoInstallSign in
Socket

@aigne/agent-library

Package Overview
Dependencies
Maintainers
2
Versions
188
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aigne/agent-library

Collection of agent libraries for AIGNE framework

latest
Source
npmnpm
Version
1.23.0
Version published
Maintainers
2
Created
Source

@aigne/agent-library

AIGNE Logo

GitHub star chart Open Issues codecov NPM Version Elastic-2.0 licensed

Collection of agent libraries for AIGNE Framework, providing pre-built agent implementations.

Introduction

@aigne/agent-library is a collection of agent libraries for AIGNE Framework, providing pre-built agent implementations for developers. The library is built on top of @aigne/core, extending the core functionality to simplify complex workflow orchestration.

AIGNE Arch

Features

  • Orchestrator Agent: Provides OrchestratorAgent implementation for coordinating workflows between multiple agents
  • Bash Agent: Secure execution of bash scripts with sandboxed environment and comprehensive output handling
  • Task Concurrency: Supports parallel execution of multiple tasks to improve processing efficiency
  • Planning & Execution: Automatically generates execution plans and executes them step by step
  • Result Synthesis: Intelligently synthesizes results from multiple steps and tasks
  • TypeScript Support: Complete type definitions providing an excellent development experience

Installation

Using npm

npm install @aigne/agent-library @aigne/core

Using yarn

yarn add @aigne/agent-library @aigne/core

Using pnpm

pnpm add @aigne/agent-library @aigne/core

Components

The library provides the following components:

Agent Types

  • Orchestrator Agent: A sophisticated agent pattern that enables autonomous task planning and execution through a three-phase architecture: Planner → Worker → Completer. It breaks down complex objectives into manageable tasks, executes them iteratively, and synthesizes the final results. Perfect for coordinating complex workflows and multi-step tasks.

  • Bash Agent: Enables secure execution of bash scripts within a sandboxed environment. Provides controlled access to system commands, network resources, and the filesystem while returning comprehensive execution results including stdout, stderr, and exit codes. Ideal for running system commands, interacting with CLI tools, and executing shell scripts safely.

License

Elastic-2.0

FAQs

Package last updated on 12 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts