agentle.agents.knowledge.static_knowledgeΒΆ
Functions
|
!!! abstract "Usage Documentation" |
|
Check if content is a valid file path that exists. |
|
Check if content is a URL. |
|
Determine and validate the type of content (URL, file path, or raw text). |
Classes
|
Alias for pydantic.BaseModel. |
|
Represents a fully parsed document with its sections and metadata. |
|
Static knowledge is a collection of knowledge that is provided to the agent at the time of creation. |
Exceptions
|
Custom exception for file validation errors. |