AI.Agent.Skill (fnord v0.9.29)

View Source

Generic agent implementation for executing a %Skills.Skill{}.

The coordinator (or another agent) provides:

  • the skill to run, and
  • an input prompt.

This agent resolves the skill's runtime configuration:

It then performs a single completion using the resolved model, toolbox, and messages.

Summary

Types