Krzysztof Czerwinski

Results 17 issues of 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...

size/xl
AutoGPT Agent
Forge

### 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...

documentation
size/m
AutoGPT Agent
Forge

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

size/xl

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...

conflicts
size/m

Add customizable placeholders for inputs fields

size/m

### 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...

conflicts
size/l
platform/frontend
platform/backend

### 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...

size/s
platform/frontend
platform/backend