Contents Menu Expand Light mode Dark mode Auto light/dark mode
Council 0.0.7
Council 0.0.7

Introduction

  • Welcome
  • Community
  • Key Features
  • Key Concepts

Getting Started

  • Quickstart
  • First Example

Use Cases

  • Multi Chain Agent
  • Langchain LLM integration

Reference

  • Agents
    • Agent
    • AgentResult
  • Chains
    • Chain
  • Contexts
    • AgentContext
    • ChainContext
    • ChainHistory
    • ChatHistory
    • ChatMessage
    • ChatMessageKind
    • IterationContext
    • MessageCollection
    • ScoredChatMessage
    • SkillContext
  • Controllers
    • BasicController
    • ControllerBase
    • ExecutionUnit
    • LLMController
  • Evaluators
    • BasicEvaluator
    • EvaluatorBase
    • LLMEvaluator
  • LLM
    • AzureLLM
    • AzureLLMConfiguration
    • LLMBase
    • LLMConfigurationBase
    • LLMMessage
    • LLMMessageRole
    • OpenAILLM
    • OpenAILLMConfiguration
  • Runners
    • Budget
    • Errors
    • If
    • LoopRunnerBase
    • Parallel
    • ParallelFor
    • RunnerBase
    • RunnerExecutor
    • Sequential
    • SkillRunnerBase
  • Scorers
    • LLMSimilarityScorer
    • ScorerBase
    • ScorerException
  • Skills
    • Google
      • GoogleNewsSkill
      • GoogleSearchSkill
    • LLMSkill
    • SkillBase
  • Utils
    • Option
    • OptionException

Contributing

  • Contributing
Back to top
Edit this page

Runners#

classDiagram LoopRunnerBase <|-- ParallelFor RunnerBase <|-- If RunnerBase <|-- LoopRunnerBase RunnerBase <|-- Parallel RunnerBase <|-- Sequential RunnerBase <|-- SkillRunnerBase

RunnerErrors#

classDiagram RunnerError <|-- RunnerGeneratorError RunnerError <|-- RunnerPredicateError RunnerError <|-- RunnerSkillError RunnerError <|-- RunnerTimeoutError
  • Budget
  • Errors
  • If
  • LoopRunnerBase
  • Parallel
  • ParallelFor
  • RunnerBase
  • RunnerExecutor
  • Sequential
  • SkillRunnerBase
Next
Budget
Previous
OpenAILLMConfiguration
Made with Furo
On this page
  • Runners
    • RunnerErrors