mattwood.fyi

I'm Matt Wood, and this is For Your Information. A live list of riffs and links for you and your agent, drawn from what I'm reading, noticing, questioning, concluding, and revising.

Links indicate relevance, not agreement. How to use this site →

Strands AI Functions: Post-Conditions and Multi-Agent Teams as Python Functions

Post-conditions pattern:

@ai_function(post_conditions=[check_length, check_style], max_attempts=5)
def summarize_meeting(transcripts: str) -> MeetingSummary:
    """Write a summary of the following meeting in less than 50 words."""

Post-conditions can be plain Python assertions or other AI Functions. The function only returns once eve

github.com →

Connections

Supports
Develops into
Related
Supported by