shareAI-lab / shareAI-lab/learn-claude-code
s09_agent_teams执行流程疑问
Open
Nobody has claimed this yet.
discussion
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 12.4k
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 6
Description
队友线程不会等待 inbox 有消息,而是 spawn 创建后立刻基于传入的 prompt 开始工作。
Lead 什么情况下会通过 send_message 下发消息,如果第一次创建Teammate的时候直接根据promot完成任务,此时主agent还没有下发消息,但是子agent已经结束,那主agent通过 send_message 下发的消息是不是就被遗漏了
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Trace the teammate lifecycle from spawn creation through inbox handling and send_message, using the agent-team entry points referenced in the issue. Verify what happens when a teammate finishes before a later message arrives, then document the observed message-delivery behavior and timing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- ai
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100