Fix/a2a protocol multiagent wiring#173
Open
shashankpandey9 wants to merge 9 commits intodatabricks:mainfrom
Open
Fix/a2a protocol multiagent wiring#173shashankpandey9 wants to merge 9 commits intodatabricks:mainfrom
shashankpandey9 wants to merge 9 commits intodatabricks:mainfrom
Conversation
…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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.