Intermediateexperimental09_/_INTERMEDIATE
Real Estate Analyzer
Pulls comparables and recent sales for an address and produces a price-band estimate with confidence intervals.
# INPUT_PROMPT // REAL_ESTATE
SCHEMA: V.1.0system@agent-archive:~$
IDLE
OUTPUT_LOG:
[IDLE] Awaiting input. Press RUN DEMO to initialize the pipeline.
LIVE_EXECUTION_LOG // real-estate-analyzer0 EVENTS
[STREAM] No active execution. Trigger a run to populate the log.
/SYSTEM_INTERNALS
ARCHITECTURE
SYSTEM_ARCHITECTURE
[01]Address Resolver
[02]Comp Finder
[03]Valuation Writer
/BACKEND_CONTRACT
PLUGGABLE RUNTIME
This demo serves a hardcoded fixture today. Set NEXT_PUBLIC_USE_REAL_BACKEND=true and the same UI will POST /api/intermediate/real-estate-analyzer to a real CrewAI service - no UI change required.
/TYPED_INTERFACE
runProject(REAL_ESTATE, {
address: string,
intent: string,
}) -> markdown