Skip to content

hackathonprojs/circle_mcp_adk_agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Circle MCP ADK Agent

This is a Python-based agent implementation using MCP (Multi-Cloud Platform) (in our github directory) and google ADK.

Prerequisites

  • google-adk

Installation

  1. Clone the repository:
git clone [repository-url]
cd circle_mcp_adk_agent
  1. Create and activate a virtual environment:
python -m venv .venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate
  1. Install dependencies (this includes google-adk):
pip install -r requirements.txt
  1. Set up environment variables:
source setenv.sh

Running the Application

To run the application, use:

adk web

or

adk web --host 0.0.0.0 --port 5050

Project Structure

  • multi_tool_agent/: Main application code
  • requirements.txt: Python dependencies
  • setenv.sh: Environment variable configuration
  • deploy.sh: Deployment script
  • logs/: Application logs directory

Features

  • MCP ADK integration

Development

For development purposes, make sure to:

  1. Keep your virtual environment activated
  2. Use the provided environment variables

License

[Add your license information here]

Contributing

[Add contribution guidelines if applicable]

About

google adk agent for circle mcp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors