Skip to content

Commit 4e191b8

Browse files
authored
Merge pull request #1300 from elasticlabs-org/elastic-labs-milestone-3
Elastic Labs - Polkadot Agent Kit - Milestone 3
2 parents 631f97b + 1a6881c commit 4e191b8

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Milestone Delivery :mailbox:
2+
3+
**The delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/Grants-Program/blob/master/docs/Support%20Docs/milestone-deliverables-guidelines.md).**
4+
5+
- **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/polkadot_agent_kit.md
6+
- **Milestone Number:** 3
7+
8+
**Context** (optional)
9+
10+
- Implementation of the core **"Agent Kit Playground & Examples"** including:
11+
- Documentation (0b.): Full API reference site + SDK docs: https://cocdap.github.io/agent-docs/
12+
- Testing and Testing Guide (0c.): Extended test suite + user guide: https://github.com/elasticlabs-org/polkadot-agent-kit/commit/edb75aaf1d2d1f999b62425642bd39b3d4b27203
13+
- Playground App - Browser application allows developers to play with the agent kit: [Documentation](https://cocdap.github.io/agent-docs/examples/playground.html) + [Source Code](https://github.com/elasticlabs-org/polkadot-agent-kit/tree/main/apps/playground)
14+
- Replit Examples - Add examples to run the agent kit on Replit
15+
16+
**Deliverables**
17+
18+
- **Estimated duration:** 1 month
19+
- **FTE:** 2
20+
- **Costs:** 10,000 USD
21+
22+
| Number | Deliverable | Specification |
23+
| ------: | ------------------------- | ---------------------------------------------------------------- |
24+
| **0a.** | License | MIT |
25+
| **0b.** | Documentation | Full API reference site + SDK docs |
26+
| **0c.** | Testing and Testing Guide | Extended test suite + user guide |
27+
| 1. | Playground App | Browser application allows developers to play with the agent kit |
28+
| 2. | Replit Examples | Add examples to run the agent kit on Replit |
29+
30+
**Additional Information**
31+
32+
Link to the Polkadot Agent Kit documentation: https://cocdap.github.io/agent-docs/tools/defi-tool.html
33+
34+
To see how the Polkadot Agent Kit library is integrated in client application, check out the example for Telegram Bot built with Polkadot Agent Kit: [Polkadot Agent Kit - Telegram Bot](https://github.com/elasticlabs-org/polkadot-agent-kit/blob/main/examples/telegram-bot/README.md) or [Polkadot Agent Playground](https://github.com/elasticlabs-org/polkadot-agent-kit/tree/main/apps/playground)
35+
36+
To install and check the test coverage, following the below guide: https://cocdap.github.io/agent-docs/quickstart.html
37+
38+
**Basic Usage**
39+
40+
Full documentation of the latest changes can be found here: https://github.com/elasticlabs-org/polkadot-agent-kit/blob/main/packages/sdk/README.md

0 commit comments

Comments
 (0)