AI SummaryA comprehensive configuration guide for integrating Google's Gemini language model as an agent within the CodeBolt platform, enabling developers to customize AI-assisted code generation across multiple programming languages and frameworks.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to set up the "Gemini Agent Configuration Guide" agent in my project. Please run this command in my terminal: # Add AGENTS.md to your project root curl --retry 3 --retry-delay 2 --retry-all-errors -o AGENTS.md "https://raw.githubusercontent.com/codeboltai/codeboltjs/main/agents/remoteepoml/CONFIGURATION.md" Then explain what the agent does and how to invoke it.
Description
Js Library for Codebolt
Overview
The Gemini agent uses multiple configuration files and settings to customize its behavior, performance, and integration with the CodeBolt platform. This guide covers all configuration options available.
Table of Contents
• Overview • Agent Configuration (YAML) • TypeScript Configuration • Build Configuration • Environment Variables • LLM Configuration • Tool Configuration • Performance Tuning • Security Configuration • Deployment Configuration
Agent Configuration (YAML)
The main agent configuration is defined in codeboltagent.yaml:
Basic Information
`yaml title: geminiagent unique_id: geminiagent initial_message: Hello! I'm your advanced AI developer. How can I assist you today? description: Advanced Gemini-powered CodeBolt Agent longDescription: > A sophisticated AI agent designed for the CodeBolt platform, offering intelligent code assistance, file operations, and workflow automation using Google's Gemini language model. `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster