Use our AI agents at chat.intersection-research.com! Try Rizzy, DobbyForge, and ReelTV - We're joining Sentient Chat Hackathon and need your support!
All of the AI tools you need, in one place
Generate code, create content, and craft perfect messages with our suite of specialized AI agents.
DobbyForge
Turn prompts into deployment-ready AI agents in seconds. Our builder generates production-quality code that's fully compliant with the Sentient Agent Framework--ready to launch on Sentient Chat immediately.
- Generate complete agent code in seconds
- Automatic documentation generation
- Sentient Agent Framework compliant
Agent Builder
Create custom agents
def create_agent():
from sentient_agent_framework import DefaultServer
from search_agent import SearchAgent
agent = SearchAgent(name="Search Agent")
return DefaultServer(agent)