Engineering posts from the team building n00dles, plus every version we've ever shipped.
mock_agent() — stub one agent's LLM call with a fixed value, validated against its declared return typemock_pipeline() — stub an entire pipeline's execution at once, for tests that only care what calls it@mock_agent(...)) as well as with blocksraises= goes through the agent's real retry/fallback handling instead of skipping itparallel() and the | operator — concurrent fan-out with automatic result merging by agent namebranch() — route to one of several agents based on a classifier's outputmax_concurrency on parallel() for rate-limit-conscious fan-outparallel() group independently@agent decorator with full type validationpipeline() and >> for sequential composition, plus run()/arun()noodles deploy CLI are all on the roadmap and described in the docs, but none have shipped yet — see the docs for current status on each.