Skip to main content
Glama
auto-handoff.js519 B
import { conversationContinuityAgent } from './src/agents/core/conversation-continuity-agent.js'; class AutoHandoffSystem { constructor() { this.monitoring = false; } start() { console.log('Auto-Handoff System: ACTIVE'); this.monitoring = true; } async createHandoff() { await conversationContinuityAgent.createHandoff('End of conversation'); } stop() { this.monitoring = false; console.log('Auto-Handoff System: STOPPED'); } } const autoHandoff = new AutoHandoffSystem(); export default autoHandoff;

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bermingham85/mcp-puppet-pipeline'

If you have feedback or need assistance with the MCP directory API, please join our Discord server