Culture

Migrate v2 Culture configurations after the Culture feature was removed in Agno v3.

The Culture feature was removed in Agno v3.

Remove Culture configuration before upgrading an application to v3. The v2 imports and constructor parameters fail against the v3 SDK.

Removed APIs

v2 APIv3 migration
Culture managerRemove the manager import and configuration.
Culture recordsRemove the Culture schema import and records.
Agent(add_culture_to_context=...)Remove the parameter.
Agent(update_cultural_knowledge=...)Remove the parameter.
Database culture_tableRemove the database constructor argument.

Existing agno_culture tables are left in place during migration. Review and remove them through your database administration process when the data is no longer required.

Use Knowledge for reviewed organizational content that agents retrieve across users. Define the content, access rules, and update process explicitly for your application.

Next steps

TaskGuide
Complete the v3 migrationCulture feature removed
Add shared retrieval contentKnowledge overview