Sowndappan S

Results 4 comments of Sowndappan S

Investigate how the block title is stored—likely in local or persistent state.

@Pwuts I would like to work on this please assign this to me

Hi @aryash45 Happy to collaborate with you. There is AgentExecutorBlock Definition: agent_name: Optional[str] = SchemaField( default=None, description="Name to display in the Builder UI" ) But It’s Not Used Anywhere. When...

Hi @aryash45 Sorry for the late reply. We should do two things. In backend -> autogpt_platform/backend/backend/blocks/agent.py -> AgentExecutorBlock -> We should add a serialize() method to get the agent name....