Contents Menu Expand Light mode Dark mode Auto light/dark mode
Council 0.0.14
Light Logo Dark Logo
Council 0.0.14

Introduction

  • Welcome
  • Community
  • Key Features
  • Key Concepts

Getting Started

  • Quickstart
  • First Example

Examples

  • Multi Chain Agent
  • Budget
  • Parallel
  • Integrations
    • LlamaIndex integration
    • Langchain LLM integration
  • Agent Execution Graph
  • Agent Execution Log

Tutorials

  • Marketing Assistant
  • Financial Analyst Agent
  • Research Writing Assistant

Reference

  • Agents
    • Agent
    • AgentChain
    • AgentResult
  • Chains
    • Chain
    • ChainBase
  • Contexts
    • AgentContext
    • AgentContextStore
    • AgentIterationContextStore
    • Budget
    • CancellationToken
    • ChainContext
    • ChatHistory
    • ChatMessage
    • ChatMessageKind
    • CompositeMessageCollection
    • Consumption
    • ContextBase
    • ExecutionContext
    • ExecutionLog
    • ExecutionLogEntry
    • InfiniteBudget
    • IterationContext
    • LLMContext
    • MessageCollection
    • ScoredChatMessage
    • ScorerContext
    • SkillContext
  • Controllers
    • BasicController
    • ControllerBase
    • ExecutionUnit
    • LLMController
  • Evaluators
    • BasicEvaluator
    • EvaluatorBase
    • LLMEvaluator
  • Filters
    • BasicFilter
    • FilterBase
    • LLMFilter
  • LLM
    • AzureLLM
    • AzureLLMConfiguration
    • LLMBase
    • LLMConfigurationBase
    • LLMFallback
    • LLMMessage
    • LLMMessageRole
    • MonitoredLLM
    • OpenAILLM
    • OpenAILLMConfiguration
  • Runners
    • DoWhile
    • Errors
    • If
    • LoopRunnerBase
    • Parallel
    • ParallelFor
    • RunnerBase
    • RunnerExecutor
    • Sequential
    • SkillRunnerBase
    • While
  • Scorers
    • LLMSimilarityScorer
    • ScorerBase
    • ScorerException
  • Skills
    • Google
      • GoogleNewsSkill
      • GoogleSearchSkill
    • LLMSkill
    • Python
      • Python Code Execution Skill
      • Python Code Generation Skill
      • Python Code Verification Skill
    • SkillBase
  • Utils
    • Option
    • OptionException

Contributing

  • Contributing
Back to top
Edit this page

Filters#

classDiagram FilterBase <|-- BasicFilter FilterBase <|-- LLMFilter Monitorable <|-- FilterBase
  • BasicFilter
  • FilterBase
  • LLMFilter
Next
BasicFilter
Previous
LLMEvaluator
Made with Furo