AI Layer
The Agent OS powers the intelligent behavior across the SocialBlock ecosystem. It houses a cluster of agents responsible for dynamic moderation, trust evaluation, and social signal interpretation.
Key Agents:
Reputation Oracle β Scores validators/users on trustworthiness, behavior, and governance activity
Trend Crawler β Monitors domains for rising topics, tokens, memes, and on-chain trends
Moderator Bot β Flags toxic or bot-like activity in chatrooms
Referral Verifier β Verifies authentic onboarding via social graph and language analysis
Stack:
LangChain + LlamaIndex: Memory + orchestration
Pinecone / Weaviate: Vector search & retrieval-augmented memory
OpenAI / Claude / Local LLMs: LLM-based judgment
Supabase: AI score storage and real-time retrieval
ZK-AI Compatible: Agents can log inputs/outputs for zkML auditing (via Modulus or RiscZero)
Last updated