Structured LLM Design:按生命周期组织 Agent Runtime
从一个“不污染主会话的临时总结”出发,讨论如何按生命周期和所有权重新组织 LLM Agent:Context、Invocation、Task、Process 与 Effect,并由此推导 calling convention、KV cache、structured concurrency 与 CSP-style communication。
技术
AI AgentsAgent RuntimeStructured LLM DesignCalling Convention