feat: Add TypeScript implementation of currency agent#819
Open
James-4u wants to merge 3 commits intogoogle:mainfrom
Open
feat: Add TypeScript implementation of currency agent#819James-4u wants to merge 3 commits intogoogle:mainfrom
James-4u wants to merge 3 commits intogoogle:mainfrom
Conversation
- Implement currency agent using TypeScript ADK (@google/adk) - Port Python currency-agent to TypeScript with equivalent functionality - Add MCP tool integration for get_exchange_rate via HTTP client - Include agent configuration with environment variable support - Add test client for agent verification - Support both Gemini API key and Vertex AI authentication - Match Python version's core features: currency conversion, MCP integration The TypeScript implementation provides the same currency conversion functionality as the Python version, using ADK for TypeScript and manual MCP server integration via HTTP calls. Files added: - currency_agent/agent.ts: Main agent definition - currency_agent/config.ts: Configuration management - currency_agent/tools/mcp_tool.ts: MCP tool wrapper - currency_agent/test_client.ts: Test client - package.json, tsconfig.json: Project configuration - README.md: Documentation
Author
Author
|
hello @koverholt |
Author
|
do you review contribution prs? 🙄 |
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.
The TypeScript implementation provides the same currency conversion functionality as the Python version, using ADK for TypeScript and manual MCP server integration via HTTP calls.
Files added:
Contribution by Gittensor, see my contribution statistics at https://gittensor.io/miners/details?githubId=102175066