Class UnlockCondition.OnArtifact

  • All Implemented Interfaces:
    com.embabel.agent.api.tool.agentic.playbook.UnlockCondition

    
    public final class UnlockCondition.OnArtifact
     implements UnlockCondition
                        

    Tool unlocks when an artifact of the specified type has been produced.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Class<?> artifactType
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Class<?> getArtifactType()
      Boolean isSatisfied(PlaybookContext context) Evaluate whether this condition is met given the current context.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait