You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
= Fetch.AI - A framework for autonomous economic agent (AEA) development. =
45
45
worktime: starting april 2020
46
-
tech stack: python3.8, asyncio
46
+
tech stack: python3.6-3.10, asyncio, golang
47
47
role: senior python developer
48
48
49
-
Working on agent framework core
50
-
Refactoring to asyncio, bugfixes, tests improvements.
51
-
Found and fixed many issues with performance, stability, bad asynchronous compatability. Created extra tools for testing code. Moved a lot of code to asyncio design.
49
+
Improving overal runtime performance including performance benchmarks.
50
+
Refactor framework runtime core for better asyncio compatability.
51
+
Dependencies hell resolution (pipenv, poetry).
52
+
CI, autochecks, autotests configuration.
53
+
Thirdpart developers support.
54
+
Integration tests implementation.
55
+
Improving overal code coverage with tests.
56
+
Fixes for async code with blocking issues(mixes sync and async code).
57
+
Docker images building and deployment automation.
58
+
Concurrency/multitasking execution fixes.
59
+
Demo applications implementation.
60
+
Blockchain/ledger interaction: work on consmpy library for cosmos based ledgers support.
61
+
Work on p2p communication network based on libp2p written in golang.
62
+
Networking part fixes (overflows and timeouts).
63
+
A lot of bugfixes, stability improvements.
52
64
53
65
54
66
= Revolut - internal service (HR related) =
@@ -207,6 +219,6 @@ The project was started well and I regret it was not completed.
<divclass="clear"><b>Details:</b> Working on agent framework core
189
-
Refactoring to asyncio, bugfixes, tests improvements.
190
-
Found and fixed many issues with performance, stability, bad asynchronous compatability. Created extra tools for testing code. Moved a lot of code to asyncio design.
192
+
<divclass="clear"><b>Details:</b> Improving overal runtime performance including performance benchmarks.<br>
193
+
Refactor framework runtime core for better asyncio compatability.<br>
0 commit comments