fwdslsh Ecosystem

Tools for the Agentic Web

A modular suite of tools designed for the era of AI agents. Secure execution, structured navigation, context retrieval, and skill sharing - all built on modern standards and composable conventions.

The Agentic Workflow

A complete pipeline for AI-driven development and interaction

g
Gather
Ingest content from web & repos
c
Catalog
Index documentation
x
Disclose
Bundle context
d
Dispatch
Secure execution
h
Hyphn
Share agents
# The Agentic Pipeline in Action
gather https://docs.example.com --output raw-data
catalog --input raw-data --output indexed
disclose learnings --query "auth" > context.md
dispatch start --env-file .env
hyphn run @agent/coder --context context.md

Quick Start Guide

Initialize your agentic environment in minutes

Install Core Tools

# Install Hyphn (the orchestrator)
npm install -g @fwdslsh/hyphn

# Install Dispatch (secure sandbox)
curl -fsSL https://raw.githubusercontent.com/fwdslsh/dispatch/main/install.sh | bash

# Install other tools as needed
npm install -g @fwdslsh/disclose @fwdslsh/gather

All tools are designed to work independently or together.

Initialize Your Workspace

# Initialize Hyphn workspace
hyphn init

# Configure your sources
hyphn sources add ~/my-agents

# Check available agents and skills
hyphn list

Set up your environment to share and reuse agents across projects.

Secure Execution

# Start a secure dispatch session
dispatch start my-session

# Attach to the session
dispatch attach my-session

# Run an agent safely
hyphn run @agent/review --safe

Run untrusted code or complex agents without risking your host system.

Tool Integrations

Composable tools for powerful workflows

g
β†’
c

gather β†’ catalog

Crawl websites and repositories, then automatically index them for agent consumption.

gather docs.site.com | catalog --index
x
β†’
d

disclose β†’ dispatch

Retrieve focused context bundles and inject them into secure sandboxed sessions.

disclose pack | dispatch inject
h
β†’
r

hyphn β†’ rabit

Agents share navigation capabilities using Rabit manifests to explore the web.

hyphn use @skill/nav --manifest .burrow.json
d
β†’
h

dispatch β†’ hyphn

Run shared agents within isolated containers for maximum security.

dispatch exec -- hyphn run @agent/unsafe

Use Case Scenarios

Solving real problems with agentic tools

πŸ›‘οΈ Secure AI Development
dispatch hyphn

Develop with AI agents that have full shell access, but contained within a secure, disposable sandbox. Protect your secrets and system stability.

🧠 Context-Aware Agents
disclose catalog

Give your agents exactly the context they need - not too little, not too much. Retrieve relevant learnings and documentation dynamically.

πŸ•ΈοΈ The Agentic Web
rabit gather

Publish content that agents can navigate reliably. Use Rabit manifests to guide agents through your documentation and data.

🀝 Team Collaboration
hyphn dispatch

Share agents, skills, and environments across your team. standardize workflows and enable consistent AI assistance for everyone.

The fwdslsh Philosophy

Tools that empower, not constrain

🎯

Focused

Each tool solves one problem well. No bloated frameworks.

🧩

Composable

Tools work together via standard interfaces (pipes, files, manifests).

⚑

Performant

Built with Bun and modern runtimes for speed and efficiency.

πŸ€–

Agent-First

Designed from the ground up for both human and AI users.

Performance That Matters

Benchmarks from real-world usage

7
Focused Tools
Agent
Native Arch
3
Platforms
100%
Open Source

Build Your Ecosystem

Start with one tool, expand to the full suite