Krzysztof Czerwinski
Krzysztof Czerwinski
### Changes 🏗️ Add AutoGPT Agent wrapper block for the Agent Server that allows running a temporary agent with full AutoGPT capabilities. You can limit components and commands it has...
### Background After [updating to Pydantic v2](https://github.com/Significant-Gravitas/AutoGPT/pull/7280) Pydantic complains about model fields with `model_` prefix as it's a Pydantic protected namespace: ``` UserWarning: Field "model_info" has conflict with protected namespace...
Add hover tooltip for node input fields. Description is taken from pydantic `Field` `description` and rendered as markdown. - Add shadcn tooltip - Add `react-markdown` dependency
Add `beautifyString` util function that reformats backend names to user friendly names in the frontend using regex patterns. - Add space before capital letters - Add space between acronyms and...
Add customizable placeholders for inputs fields
### Background Follow up to https://github.com/Significant-Gravitas/AutoGPT/pull/8044 Resolves: - https://github.com/Significant-Gravitas/AutoGPT/issues/7823 - https://github.com/Significant-Gravitas/AutoGPT/issues/7824 ### Changes 🏗️ Display existing credentials (OAuth and API keys) for all current providers: Google, Github, Notion and allow...
### Background `x` button to delete edges was rendered below nodes, even when edge was selected and shown above nodes. This was because edge button element was a sibling of...