Skip to content

KnowledgeConfig

autogen.beta.agent.KnowledgeConfig dataclass #

KnowledgeConfig(store, compact=None, compact_trigger=None, aggregate=None, aggregate_trigger=None, bootstrap=None)

Groups knowledge-related Agent parameters.

store instance-attribute #

store

compact class-attribute instance-attribute #

compact = None

compact_trigger class-attribute instance-attribute #

compact_trigger = None

aggregate class-attribute instance-attribute #

aggregate = None

aggregate_trigger class-attribute instance-attribute #

aggregate_trigger = None

bootstrap class-attribute instance-attribute #

bootstrap = None