SkillKit.Agent.Core (SkillKit v0.1.0)

Copy Markdown View Source

Supervisor for the core agent processes: Mailbox, Server, ToolRunner.

Uses :rest_for_one — if Mailbox crashes, Server and ToolRunner restart. If Server crashes, ToolRunner restarts. In-flight tool calls and subagents should not continue without a Server.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(agent)