fetchai / uAgents

A fast and lightweight framework for creating decentralized agents with ease.
Apache License 2.0
775 stars 203 forks source link

chore(core): fix typing issues #399

Closed Archento closed 2 weeks ago

Archento commented 1 month ago

Proposed Changes

This PR addresses a lot of typing inconsistencies and aims to fix Pylance and Pyright warnings. It also fixes fetching the correct protocol on creation of the ExternalContext within _process_message_queue() and the odd typo and missing doctoring.

Types of changes

Checklist

If applicable