Skip to content

vikram-blaxel/codegen-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codegen agent - evaluation

Provider-agnostic SDKs

  • Google ADK (with built-in MCP client): Python
    • Tested with OpenAI and Anthropic
    • Google TypeScript ADK only supports Gemini models at the moment.
  • Langchain (with Langchain MCP adapter): Python
    • Tested with OpenAI and Anthropic
  • Vercel AI SDK (with built-in MCP client) TypeScript
    • Tested with OpenAI and Anthropic

Provider-specific SDKs

  • Anthropic Platform SDK with external MCP client from @modelcontextprotocol/sdk: TypeScript
  • Anthropic Platform SDK with built-in MCP client (beta): TypeScript
  • Anthropic Agent SDK with built-in MCP client and fixed prompt: TypeScript
  • Anthropic Agent SDK with built-in MCP client and dynamic prompt: TypeScript, Python

How to use

  • bun agent.ts <task> or python agent.py <task> depending on the language
  • Make sure to set the BLAXEL_API_KEY environment variable with your Blaxel API key.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors