npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@ericnunes/frame-agent-sdk

v0.0.4

Published

Framework criador de agentes com motor baseado em grafos, módulos reutilizáveis e um orchestrator baseado em steps muito simples e fácil de configurar.

Readme

Frame Agent SDK

Framework criador de agentes com motor baseado em grafos, módulos reutilizáveis e um orchestrator baseado em steps muito simples e fácil de configurar.

🚀 Características

  • Motor de Grafos: Sistema de orquestração baseado em grafos para workflows complexos
  • Orchestrator de Steps: Sistema simples e intuitivo para fluxos lineares
  • Modular: Componentes reutilizáveis e extensíveis
  • Multi-Provider: Suporte para OpenAI e provedores compatíveis
  • Sistema de Tools: Framework completo para criação e execução de ferramentas
  • Memória Inteligente: Gerenciamento automático de contexto e histórico
  • Logging Configurável: Sistema de logs com níveis DEBUG, INFO, WARN e ERROR

📦 Instalação

npm install

🔧 Configuração

  1. Copie o arquivo .env.example para .env:
cp .env.example .env
  1. Preencha suas credenciais no arquivo .env:
# Ativa logs de debug (True/true para ativar)
DEBUG=false

# Configurações do provedor LLM
OPENAI_API_KEY=sua-chave-aqui
OPENAI_BASE_URL=https://api.openai.com/v1
OPENAI_MODEL=gpt-4o-mini

🏗️ Build

npm run build

🧪 Testes

# Executar todos os testes
npm test

# Executar testes com coverage
npm run test:coverage

# Executar apenas testes unitários
npm run test:unit

# Executar testes em modo watch
npm run test:watch

📚 Documentação

Logging

O SDK possui um sistema de logging configurável via variável de ambiente DEBUG:

  • DEBUG=True ou DEBUG=true: Exibe todos os logs (DEBUG, INFO, WARN, ERROR)
  • DEBUG=False ou não definido: Exibe apenas WARN e ERROR

Estrutura do Projeto

frame-agent-sdk/
├── src/
│   ├── agent/           # Sistema de agentes
│   ├── llmModes/        # Modos de operação (CHAT, REACT)
│   ├── memory/          # Gerenciamento de memória e contexto
│   ├── orchestrators/   # Orquestradores (Graph e Steps)
│   ├── promptBuilder/   # Construção de prompts
│   ├── providers/       # Provedores LLM
│   ├── tools/           # Sistema de ferramentas
│   └── utils/           # Utilitários (logger, etc)
├── tests/               # Testes unitários
└── dist/                # Build compilado

📄 Licença

LICENÇA PROPRIETÁRIA - USO RESTRITO

Copyright (c) 2025 Eric Nunes. Todos os direitos reservados.

Este software é proprietário e está disponível apenas para:

  • ✅ Uso interno da organização
  • ✅ Pesquisa e testes pessoais
  • ✅ Uso pessoal não-comercial

NÃO É PERMITIDO:

  • ❌ Uso comercial
  • ❌ Redistribuição
  • ❌ Venda de produtos construídos com este SDK

Para mais detalhes, consulte o arquivo LICENSE.

🤝 Contribuindo

Este é um projeto proprietário de uso interno. Contribuições externas não são aceitas no momento.

📞 Contato

⚠️ Aviso Legal

ESTE SOFTWARE É FORNECIDO "NO ESTADO EM QUE SE ENCONTRA", SEM GARANTIAS DE QUALQUER TIPO, EXPRESSAS OU IMPLÍCITAS. O AUTOR NÃO SE RESPONSABILIZA POR QUAISQUER DANOS DECORRENTES DO USO DESTE SOFTWARE.