Skip to content

NutraForgeTechnologies/agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@solenix/agents

Open-source AI agent skills, MCP servers, and CLI bridges.

Status: Early development — API is not yet stable.

What's Inside

Directory Description
src/agents/ Reusable agent definitions and subagent configurations
src/skills/ Composable skills that extend agent capabilities
src/mcp-servers/ Model Context Protocol servers for tool integration
src/cli-bridges/ Standalone CLI tools that bridge services — like MCP servers, but invoked directly from the terminal

Install

bun add @solenix/agents

Usage

// Import a specific skill
import { mySkill } from "@solenix/agents/skills/my-skill";

// Import an MCP server
import { myServer } from "@solenix/agents/mcp-servers/my-server";

// Import a CLI bridge
import { myBridge } from "@solenix/agents/cli-bridges/my-bridge";

Development

# Install dependencies
bun install

# Run tests
bun test

# Lint & format
bun run lint:fix

# Type check
bun run typecheck

Contributing

See CONTRIBUTING.md for guidelines.

License

MIT

About

Open-source AI agent skills, MCP servers, and CLI toolkits

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors