·honcho-integration
</>

honcho-integration

Integra la memoria Honcho e la cognizione sociale nelle basi di codice Python o TypeScript esistenti. Da utilizzare quando si aggiunge l'SDK di Honcho, si impostano peer, si configurano sessioni, si implementa l'endpoint di chat dialettica per agenti AI o si collega Honcho a framework bot (nanobot, openclaw, picoclaw, ecc.).

39Installazioni·2Tendenza·@plastic-labs

Installazione

$npx skills add https://github.com/plastic-labs/honcho --skill honcho-integration

Come installare honcho-integration

Installa rapidamente la skill AI honcho-integration nel tuo ambiente di sviluppo tramite riga di comando

  1. Apri il terminale: Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.)
  2. Esegui il comando di installazione: Copia ed esegui questo comando: npx skills add https://github.com/plastic-labs/honcho --skill honcho-integration
  3. Verifica l'installazione: Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw

Fonte: plastic-labs/honcho.

Honcho is an open source memory library for building stateful agents. It works with any model, framework, or architecture. You send Honcho the messages from your conversations, and custom reasoning models process them in the background — extracting premises, drawing conclusions, and building rich representations of each participant over time. Your agent can then query those representations on-demand ("What does th...

The key mental model: Peers are any participant — human or AI. Both are represented the same way. Observation settings (observeme, observeothers) control which peers Honcho reasons about. Typically you want Honcho to model your users (observeme=True) but not your AI assistant (observeme=False). Sessions scope conversations between peers. Messages are the raw data you feed in — Honcho reasons about them asynchronou...

Your agent accesses this memory through peer.chat(query) (ask a natural language question, get a reasoned answer), session.context() (get formatted conversation history + representations), or both.

Fatti (pronti per citazione)

Campi e comandi stabili per citazioni AI/ricerca.

Comando di installazione
npx skills add https://github.com/plastic-labs/honcho --skill honcho-integration
Categoria
</>Sviluppo
Verificato
Prima apparizione
2026-02-17
Aggiornato
2026-03-11

Browse more skills from plastic-labs/honcho

Risposte rapide

Che cos'è honcho-integration?

Integra la memoria Honcho e la cognizione sociale nelle basi di codice Python o TypeScript esistenti. Da utilizzare quando si aggiunge l'SDK di Honcho, si impostano peer, si configurano sessioni, si implementa l'endpoint di chat dialettica per agenti AI o si collega Honcho a framework bot (nanobot, openclaw, picoclaw, ecc.). Fonte: plastic-labs/honcho.

Come installo honcho-integration?

Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/plastic-labs/honcho --skill honcho-integration Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw

Dov'è il repository sorgente?

https://github.com/plastic-labs/honcho

Dettagli

Categoria
</>Sviluppo
Fonte
skills.sh
Prima apparizione
2026-02-17