Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions deliveries/ElasticLabs_PolakdotAgentKit_Milestone3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Milestone Delivery :mailbox:

**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).**

- **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/polkadot_agent_kit.md
- **Milestone Number:** 3

**Context** (optional)

- Implementation of the core **"Agent Kit Playground & Examples"** including:
- Documentation (0b.): Full API reference site + SDK docs: https://cocdap.github.io/agent-docs/
- Testing and Testing Guide (0c.): Extended test suite + user guide: https://github.com/elasticlabs-org/polkadot-agent-kit/commit/edb75aaf1d2d1f999b62425642bd39b3d4b27203
- 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)
- Replit Examples - Add examples to run the agent kit on Replit

**Deliverables**

- **Estimated duration:** 1 month
- **FTE:** 2
- **Costs:** 10,000 USD

| Number | Deliverable | Specification |
| ------: | ------------------------- | ---------------------------------------------------------------- |
| **0a.** | License | MIT |
| **0b.** | Documentation | Full API reference site + SDK docs |
| **0c.** | Testing and Testing Guide | Extended test suite + user guide |
| 1. | Playground App | Browser application allows developers to play with the agent kit |
| 2. | Replit Examples | Add examples to run the agent kit on Replit |

**Additional Information**

Link to the Polkadot Agent Kit documentation: https://cocdap.github.io/agent-docs/tools/defi-tool.html

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)

To install and check the test coverage, following the below guide: https://cocdap.github.io/agent-docs/quickstart.html

**Basic Usage**

Full documentation of the latest changes can be found here: https://github.com/elasticlabs-org/polkadot-agent-kit/blob/main/packages/sdk/README.md
Loading