Skip to content

ShrimSource/shrimsource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🦐 Shrimsource

The tiny, zero-boilerplate AI agent framework for developers who just want things to work.

Awesome License: MIT Templates


πŸ’‘ Why Shrimsource?

Most AI frameworks are too heavy. Shrimsource is built on a different philosophy: Agents should be simple scripts, not complex architectures.

  • ⚑ 0.5kb Core: Smaller than a single tweet.
  • πŸš€ 30-Second Setup: From npx to your first LLM response in under a minute.
  • πŸ”‹ Battery Included: 17+ professional templates for SEO, Sales, Code Review, and more.
  • πŸ› οΈ Native Efficiency: Built-in chat(), search(), and storage tools. No more boilerplate imports.

πŸš€ Quick Start

Build and run your custom AI agent in 3 steps:

1. Scaffold

npx create-shrimsource

2. Configure

Add your OpenRouter/OpenAI key to .env:

LLM_API_KEY=sk-or-v1-....

3. Run

npm install && npm run agent

πŸ› οΈ One-Liner AI Power

Shrimsource abstracts the complexity of LLM and Search into simple, intuitive helpers:

import { chat, searchToText } from "shrimsource"

// 1. Search the web
const context = await searchToText("latest AI trends 2024")

// 2. Chat with context
const summary = await chat(`Summarize this: ${context}`)

console.log(summary)

πŸ“¦ Monorepo Structure

Component Responsibility
shrimsource-core The lightweight runtime engine (shrimsource npm package).
create-shrimsource CLI tool to instantly generate ready-to-use agents.
shrimsource-templates 17+ Production-grade agent blueprints.
docs Comprehensive 10-page developer guide & API reference.

🌟 Featured Templates

Agent What it does
blank-agent πŸ—οΈ The ultimate starter with Vitest built-in.
research-agent πŸ” Deep company research & market analysis.
code-review-agent πŸ€– Automated PR reviews & bug detection.
seo-agent πŸ“ˆ Keyword research & outline generation.

Check out the full catalog of 17+ templates.


🀝 Contributing

We love stars ⭐ and contributions! Whether it's adding a new template or fixing a core bug, check out our Contributing Guide to get started.


Made with 🦐 by the ShrimSource community.

About

πŸ¦€ Shrimsource: The tiny, zero-boilerplate AI agent framework with 17+ ready-to-use templates.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors