Skip to content
This repository was archived by the owner on Apr 11, 2026. It is now read-only.

feat: add agentless support - #52

Draft
mtrinell wants to merge 2 commits into
agntcy:mainfrom
mtrinell:agentless2
Draft

feat: add agentless support#52
mtrinell wants to merge 2 commits into
agntcy:mainfrom
mtrinell:agentless2

Conversation

@mtrinell

@mtrinell mtrinell commented Apr 9, 2025

Copy link
Copy Markdown
Member

Description

The PR adds a new platform type to the workflow server. This type supports very simple "agents" that invoke an LLM with a chat interface. It currently uses pydantic-ai to support a few LLM models in the configuration. The agent can configure a system prompt and supported input variables. These variables will be rendered in the provided prompts using Jinja templating.

Type of Change

  • Bugfix
  • New Feature
  • Breaking Change
  • Refactor
  • Documentation
  • Other (please describe)

Checklist

  • I have read the contributing guidelines
  • Existing issues have been referenced (where applicable)
  • I have verified this change is not present in other open pull requests
  • Functionality is documented
  • All code style checks pass
  • New code contribution is covered by automated tests
  • All new and existing tests pass

mtrinell and others added 2 commits April 9, 2025 17:53
Signed-off-by: Marco Trinelli (mtrinell) <mtrinell@cisco.com>
Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>
@mtrinell
mtrinell requested a review from a team April 9, 2025 16:00
@mtrinell mtrinell changed the title Agentless2 feat: add agentless support Apr 9, 2025
@mtrinell
mtrinell marked this pull request as draft April 9, 2025 16:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants