crewai

package
v0.0.0-...-e472c37 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package crewai provides a framework plugin for CrewAI agent projects.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Plugin

type Plugin struct{}

Plugin is the CrewAI framework plugin.

func (*Plugin) DetectProject

func (p *Plugin) DetectProject(dir string) (bool, error)

DetectProject checks for CrewAI markers in the project directory.

func (*Plugin) ExtractAgentConfig

func (p *Plugin) ExtractAgentConfig(dir string) (*plugins.AgentConfig, error)

ExtractAgentConfig scans Python files for CrewAI patterns.

func (*Plugin) GenerateWrapper

func (p *Plugin) GenerateWrapper(config *plugins.AgentConfig) ([]byte, error)

GenerateWrapper renders the CrewAI A2A wrapper template.

func (*Plugin) Name

func (p *Plugin) Name() string

func (*Plugin) RuntimeDependencies

func (p *Plugin) RuntimeDependencies() []string

RuntimeDependencies returns CrewAI pip packages.

Jump to

Keyboard shortcuts

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