Skip to content

[`agentic_crew.main`](#module-agentic_crew.main)

Main entry point for agentic-crew - Framework-Agnostic Crew Runner.

This is a generic crew runner that discovers and executes crews defined in packages’ .crew/, .crewai/, .langgraph/, or .strands/ directories.

Usage:

agentic-crew list agentic-crew list –json # JSON output for external tools

# List crews in a specific package
agentic-crew list otterfall
# Run a crew
agentic-crew run otterfall game_builder --input "Create a BiomeComponent"
agentic-crew run otterfall game_builder --input "..." --json # JSON output
# Run with input from file
agentic-crew run otterfall game_builder --file tasks.md
# Show crew details
agentic-crew info otterfall game_builder --json
cmd_listList available packages and crews.
cmd_runRun a specific crew or single-agent task.
_cmd_run_single_agentRun a task with a single-agent CLI runner.
cmd_buildLegacy build command - runs otterfall game_builder.
cmd_infoShow detailed info about a crew.
cmd_list_runnersList available single-agent CLI runners.
mainCLI entry point.

List available packages and crews.

Run a specific crew or single-agent task.

Run a task with a single-agent CLI runner.

Legacy build command - runs otterfall game_builder.

Show detailed info about a crew.

List available single-agent CLI runners.

CLI entry point.