Skip to content

GoCodeAlone/workflow-plugin-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

149 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

workflow-plugin-agent

Verified — used in production at ratchet. This plugin has been validated end-to-end in a merged main-branch wfctl.yaml of an active GoCodeAlone project.

AI agent primitives for workflow apps. An internal engine plugin providing:

  • agent.provider module — AI provider abstraction (mock, test, anthropic, openai, copilot)
  • step.agent_execute — autonomous agent loop (LLM call → tool execution → repeat)
  • step.provider_test — test connectivity to a configured AI provider
  • step.provider_models — list available models from a provider

Install

GOPRIVATE=github.com/GoCodeAlone/* go get github.com/GoCodeAlone/workflow-plugin-agent@latest

Usage

import agent "github.com/GoCodeAlone/workflow-plugin-agent"

engine := workflow.NewEngine(
    workflow.WithPlugin(agent.New()),
)

About

AI agent primitives for workflow apps

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages