Skip to content

Fix/a2a protocol multiagent wiring#173

Open
shashankpandey9 wants to merge 9 commits intodatabricks:mainfrom
shashankpandey9:fix/a2a-protocol-multiagent-wiring
Open

Fix/a2a protocol multiagent wiring#173
shashankpandey9 wants to merge 9 commits intodatabricks:mainfrom
shashankpandey9:fix/a2a-protocol-multiagent-wiring

Conversation

@shashankpandey9
Copy link
Copy Markdown

No description provided.

…apper, improve agent descriptions and routing logic
Added Databricks token to the example environment file.
Remove sensitive DATABRICKS_TOKEN value from example file.
…ith updated serving endpoint in configuration
…rchestrator logic

- Fix pyproject.toml: remove accidentally appended shell commands, add a2a-sdk dependency
- Rewrite a2a_wrapper.py: full A2A v1.0 HTTP+JSON/REST binding with Agent Card discovery,
  SendMessage (blocking + streaming), GetTask, ListTasks, CancelTask
- Wire A2A endpoints to real orchestrator: invoke_handler and stream_handler from agent.py
  are now called from A2A endpoints instead of returning placeholder text
- Fix start_server.py: use build_agent_card() with proper skills matching actual subagents
- Fix requirements.txt: remove legacy databricks_cli Python package (conflicts with new CLI)
- Clean up orchestrator instructions: remove duplicate routing rules, fix agent name references
  to match actual SUBAGENTS config (query_agent_code_analyzer, query_master_prompt_agent)
- Add scripts/setup_cli_windows.bat: Windows setup for new Databricks CLI via winget,
  auto-removes legacy CLI, configures OAuth auth
…D capture

- Implement tests for the /api/history endpoint to verify chat history retrieval, authentication requirements, and pagination.
- Create tests for OBO token forwarding to ensure correct handling of user and service provider tokens.
- Add tests for trace ID capture in API_PROXY mode, validating the end-to-end flow from chat submission to feedback submission.
- Introduce a new TypeScript configuration file for the e2e-chatbot-app-next project to enhance type checking and module resolution.
Sign up for free to 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.

1 participant