* Added Ollama example using OpenAIChatClient * Small improvement
* agents + chat client samples doctsring updates * fixes
* added SerializationMixin and applied to contents, agents, chat clients, removed AFBaseModel * fix annotations type * mypy fixes * fix tests * fix serializable subvalues and added large docstring * updated indents in code block * fixed exported urls
* Added Anthropic example * Small fix