config

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 28, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package config handles project configuration generation and management.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Generator

type Generator struct{}

Generator generates configuration files

func NewGenerator

func NewGenerator() *Generator

NewGenerator creates a new config generator

func (*Generator) GenerateConfig

func (g *Generator) GenerateConfig(cfg *ProjectConfig, outputPath string) error

GenerateConfig generates the agk.toml configuration file

type ProjectConfig

type ProjectConfig struct {
	Name        string
	Description string
	Template    string
	LLMProvider string
	AgentType   string
}

ProjectConfig holds the configuration for a project

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL