This is a Python-based agent implementation using MCP (Multi-Cloud Platform) (in our github directory) and google ADK.
- google-adk
- Clone the repository:
git clone [repository-url]
cd circle_mcp_adk_agent- Create and activate a virtual environment:
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate- Install dependencies (this includes google-adk):
pip install -r requirements.txt- Set up environment variables:
source setenv.shTo run the application, use:
adk webor
adk web --host 0.0.0.0 --port 5050multi_tool_agent/: Main application coderequirements.txt: Python dependenciessetenv.sh: Environment variable configurationdeploy.sh: Deployment scriptlogs/: Application logs directory
- MCP ADK integration
For development purposes, make sure to:
- Keep your virtual environment activated
- Use the provided environment variables
[Add your license information here]
[Add contribution guidelines if applicable]