Skip to content

feat(frontend): agent config playground controls - #4775

Closed
mmabrouk wants to merge 3 commits into
big-agentsfrom
feat/agent-playground-ui
Closed

feat(frontend): agent config playground controls#4775
mmabrouk wants to merge 3 commits into
big-agentsfrom
feat/agent-playground-ui

feat(frontend): restore Agent option in app-create dropdown and modal

8febda6
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / Railway SDK Test Results failed Jun 23, 2026 in 0s

1 fail, 2 skipped, 105 pass in 1m 3s

108 tests   105 ✅  1m 3s ⏱️
  1 suites    2 💤
  1 files      1 ❌

Results for commit 8febda6.

Annotations

Check warning on line 0 in oss.tests.pytest.acceptance.workflows.test_new_uri_handlers.TestLlmV0Acceptance

See this annotation in the file changed.

@github-actions github-actions / Railway SDK Test Results

test_agent_alias_is_not_registered (oss.tests.pytest.acceptance.workflows.test_new_uri_handlers.TestLlmV0Acceptance) failed

sdks/python/oss/tests/results/junit.xml [took 0s]
Raw output
AssertionError: assert WorkflowRevisionData(uri='agenta:builtin:agent:v0', url=None, headers=None, runtime=None, script=None, schemas=JsonSch...-ref': 'message', 'type': 'object', 'description': 'Final assistant message returned by the agent.'}), parameters=None) is None
 +  where WorkflowRevisionData(uri='agenta:builtin:agent:v0', url=None, headers=None, runtime=None, script=None, schemas=JsonSch...-ref': 'message', 'type': 'object', 'description': 'Final assistant message returned by the agent.'}), parameters=None) = retrieve_interface('agenta:builtin:agent:v0')
self = <tests.pytest.acceptance.workflows.test_new_uri_handlers.TestLlmV0Acceptance object at 0x7f9405b9c050>

    def test_agent_alias_is_not_registered(self):
        assert retrieve_handler("agenta:builtin:agent:v0") is None
>       assert retrieve_interface("agenta:builtin:agent:v0") is None
E       AssertionError: assert WorkflowRevisionData(uri='agenta:builtin:agent:v0', url=None, headers=None, runtime=None, script=None, schemas=JsonSch...-ref': 'message', 'type': 'object', 'description': 'Final assistant message returned by the agent.'}), parameters=None) is None
E        +  where WorkflowRevisionData(uri='agenta:builtin:agent:v0', url=None, headers=None, runtime=None, script=None, schemas=JsonSch...-ref': 'message', 'type': 'object', 'description': 'Final assistant message returned by the agent.'}), parameters=None) = retrieve_interface('agenta:builtin:agent:v0')

oss/tests/pytest/acceptance/workflows/test_new_uri_handlers.py:498: AssertionError