Sync Nim/Python
Workflow
- •Identify the Nim and Python implementations to compare.
- •Enumerate behavioral differences and missing logic.
- •Port missing behavior and keep parity.
- •Update tests or docs if needed and summarize changes.
对比 Nim 与 Python 的脚本化代理实现,确保行为一致。适用于被要求在 Nim 与 Python 之间进行移植,或确保二者行为完全对等时使用。
--- frontmattername: sync-nim-python description: "Compare Nim and Python scripted agent implementations and align behavior. Use when asked to port or ensure parity between Nim and Python."