The TS SDK ships 4 recipes in recipes/ that demonstrate composed v1.1 patterns. C# SDK has none. Port them under a new recipes/ directory in this repo using idiomatic C#.
Source recipes (in /Users/nficano/code/arpc/typescript-sdk/recipes/):
email-vendor-leases/ — lease-scoped vendor credential delegation
mcp-skill/ — MCP-style skill wrapping an ARCP job
multi-agent-budget/ — cost.budget across delegated agents
stream-resume/ — result_chunk + resume after disconnect
For each: create a runnable .NET project demonstrating the same protocol pattern. Add a README per recipe and a top-level recipes/README.md index mirroring the TS structure.
Audit reference: ARCP SDK Audit v1.1 (2026-05-19)
The TS SDK ships 4 recipes in
recipes/that demonstrate composed v1.1 patterns. C# SDK has none. Port them under a newrecipes/directory in this repo using idiomatic C#.Source recipes (in
/Users/nficano/code/arpc/typescript-sdk/recipes/):email-vendor-leases/— lease-scoped vendor credential delegationmcp-skill/— MCP-style skill wrapping an ARCP jobmulti-agent-budget/—cost.budgetacross delegated agentsstream-resume/—result_chunk+ resume after disconnectFor each: create a runnable .NET project demonstrating the same protocol pattern. Add a README per recipe and a top-level
recipes/README.mdindex mirroring the TS structure.Audit reference: ARCP SDK Audit v1.1 (2026-05-19)