Top Builders

Explore the top contributors showcasing the highest number of app submissions within our community.

Generative Agents

Generative Agents are computer programs designed to replicate human actions and responses within interactive software. To create believable individual and group behavior, they utilize memory, reflection, and planning in combination. These agents have the ability to recall past experiences, make inferences about themselves and others, and devise strategies based on their surroundings. They have a wide range of applications, including creating immersive environments, rehearsing interpersonal communication, and prototyping. In a simulated world resembling The Sims, automated agents can interact, build relationships, and collaborate on group tasks while users watch and intervene as necessary.

General
Relese dateApril 7, 2023
TypeAutonomous Agent Simulation

Start building with Generative Agents

We have collected the best Generative Agents libraries and resources to help you get started to build with Generative Agents today. To see what others are building with Generative Agents, check out the community built Generative Agents Use Cases and Applications.

Generative Agents Tutorials


Generative Agents resources

Kickstart your development with Generative Agents.


Generative Agents AI technology page Hackathon projects

Discover innovative solutions crafted with Generative Agents AI technology page, developed by our community members during our engaging hackathons.

APEX Trader Autonomous Multi-Agent Trading System

APEX Trader Autonomous Multi-Agent Trading System

APEX Trader is a production-grade autonomous AI trading system built on a multi-agent architecture where five specialized agents work in a coordinated pipeline to analyze, validate, and execute cryptocurrency trades autonomously. The system consists of five agents: the Fundamental Agent analyzes NVT ratios, exchange net flows, and fair value models; the Technical Agent processes EMA crossovers, RSI, MACD, Bollinger Bands, and volume confirmation signals; the Sentiment Agent evaluates Fear & Greed Index and social sentiment scores; the Risk Agent enforces position sizing rules, portfolio heat limits, and R:R ratio thresholds; and the Backtester Agent validates every signal against historical win rates and Sharpe ratios before approval. Each trade requires multi-agent consensus above a configurable confidence threshold (72% day trading / 78% swing trading) before execution. Both day trading (5m–15m timeframes) and swing trading (4h–1D timeframes) with dynamically adjusted parameters — risk per trade, stop-loss placement, take-profit scaling, and trailing stops — all tuned to expert-level specifications. The APEX self-learning mechanism (evaluate-agent.py) continuously trains on closed trade P&L data, adjusting confidence thresholds autonomously. A self-healing daemon runs 24/7 with automatic error recovery and cooldown logic. The real-time dashboard (built on React/Next.js at port 3201 with a FastAPI backend at port 3202) provides a fully redesigned Agent Analysis Log where every stakeholder — trader, risk manager, operator, executive — gets layered information: trade identity, agent pipeline status, per-agent reasoning, strategy prediction with entry/SL/TP targets, course of action, and contextual RSS news feed — all grouped by trade, pair, or date. The project demonstrates how agentic AI systems can move beyond single-model decision making into coordinated multi-agent architectures that are transparent, auditable, and continuously self-improving.

Vertex Sentinel

Vertex Sentinel

The Problem: AI trading agents today operate as "black boxes" requiring full private key access. One hallucination, one compromise, and funds are gone. Current safety tools are advisory-only—they warn but don't stop bad trades. The Solution: Vertex Sentinel introduces a production-grade, 3-layer security architecture that makes unauthorized trades mathematically impossible: Intent Layer: Agents construct TradeIntents (pair, volume, maxPrice, deadline) and sign them using EIP-712 typed data signing—completely off-chain. No private key delegation is ever required. Sentinel Layer: The RiskRouter.sol smart contract intercepts every intent and enforces: signature verification via ECDSA.recover(), agent authorization via ERC-8004 identity registry, deadline validation, and circuit breakers preventing volume limit violations. Execution Layer: Only trades with TradeAuthorized events reach the exchange. Any failure triggers CriticalSecurityException—system halts, funds protected. Live Proof: We executed 4 real BTC/USD trades on Kraken with 100% success rate. Every trade cryptographically signed. Every decision auditable. Full P&L tracking demonstrated. Key Technical Achievements: - Deployed RiskRouter on Sepolia: 0xd6A6952545FF6E6E6681c2d15C59f9EB8F40FdBC - ERC-8004 compliant AgentRegistry with on-chain reputation scoring - Model Context Protocol (MCP) integration with Kraken CLI - Immutable audit trail in logs/audit.json with reasoning and signatures - Open-source SDK for rapid AI agent integration The Vertex Gap: Unlike centralized "trust the company" solutions (ARMA, Mamo, ZyFAI), Vertex Sentinel delivers "trust the contract"—verifiable, transparent, and immutable security enforced by code. We're building the trust infrastructure for the agentic economy. Risk management first. Automation second.