agentle.agents.knowledge.static_knowledgeΒΆ

Functions

Field()

!!! abstract "Usage Documentation"

urlparse(url[, scheme, allow_fragments])

Parse a URL into 6 components: <scheme>://<netloc>/<path>;<params>?<query>#<fragment>

Classes

BaseModel()

Alias for pydantic.BaseModel.

Path(*args, **kwargs)

PurePath subclass that can make system calls.

StaticKnowledge(*, content[, cache, ...])

Static knowledge is a collection of knowledge that is provided to the agent at the time of creation.