ipybox[↗], a Python code execution sandbox with first-class support for programmatic MCP tool calling. Generates typed Python APIs from MCP server schemas and executes code in a stateful IPython kernel. Features programmatic tool call approval workflows and lightweight sandboxing via Anthropic's sandbox-runtime.
freeact[↗], a lightweight, general-purpose agent that acts via code actions rather than JSON tool calls. Writes executable Python code capable of calling multiple tools, processing intermediate results, and using loops and conditionals in a single inference pass. Can create new tools from successful code actions, progressively building its tool library.
group-sense[↗], a library for detecting patterns in group chat message streams and transforming them into self-contained queries for downstream AI systems. Enables single-user AI agents to engage in group conversations using configurable criteria, eliminating the need for specialized multi-party conversation training.
group-genie[↗], multi-party conversation intelligence for AI agents. Combines group-sense's intelligent pattern detection with a flexible agent integration layer, allowing single-user agents to join group chats without modification. Provides technology-agnostic agent support with default implementations for Pydantic AI and OpenAI's Agents SDK.
hybrid-groups[↗], a platform that integrates group-genie into Slack and GitHub, allowing single-user AI agents to participate in group conversations without modification. Agents act on behalf of individual group members using user-specific credentials, enabling secure access to private resources.