Skip to content

Conversation

@andreashappe
Copy link
Member

No description provided.

- Agent is based upon RoundBasedUseCase and allows to store capabilities, i.e., actions that an LLM can call, to the use-case. Before that this was implemented within each use-case - add a name String to the capabilities itself for some code-cleanups - introduce a get_capabilities_block method that returns a string suitable for usage within templates
but also had to move Agent into a python file of its own to resolve a circular import error. This is still ugly and a WIP but works for the initial minimal use-case (and the privesc use-cases work without full conversion to Agent)
@andreashappeandreashappe merged commit a1f8d69 into mainMay 16, 2024
@andreashappeandreashappe deleted the capabilities branch May 16, 2024 11:51
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@andreashappe