With the terraform-plugin-framework how can i access the full state which terraform is managing for all providers?

Are you suggesting you want to access the entire state including state for other resources and other providers, besides the one for which

is being called?

I don’t think that’s possible for a provider to do, by design.