XBid AI demonstrates its flexible plugin system for data injection, showing how Reflector oracles feed price data to the AI agent on Stellar. The system normalizes prices and exposes observables like slope and freshness for strategies to consume.
XBid AI, an AI agent trading on Stellar, showcases its plugin architecture for integrating data sources. The video walks through the Reflector adapter implementation, demonstrating how to pull oracle price data from Stellar's Reflector oracles, normalize it, and expose statistical observables like linear trend lines and data freshness to trading strategies. The system uses a four-step process: fetch raw data, validate against schema, normalize, and distill into useful signals. The plugin system requires only a single line of configuration to add new data sources, making it extensible for pulling data from any network.