Skip to content

Add project README - #41

Open
yufanwu345-eng wants to merge 2 commits into
priyanshudumps:mainfrom
yufanwu345-eng:add-readme-for-fuel-agent-kit
Open

Add project README#41
yufanwu345-eng wants to merge 2 commits into
priyanshudumps:mainfrom
yufanwu345-eng:add-readme-for-fuel-agent-kit

Conversation

@yufanwu345-eng

Copy link
Copy Markdown

Summary

  • Add a complete README for fuel-agent-kit
  • Document installation, configuration, quick start usage, direct API methods, development commands, and safety notes

Validation

  • npx --yes prettier@3.3.3 --check README.md

Closes #3

Copilot AI review requested due to automatic review settings May 11, 2026 14:17

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a repository README to document fuel-agent-kit usage, configuration, and development workflow to address the “missing readme” issue (#3).

Changes:

  • Documented installation and environment configuration for OpenAI/Anthropic/Gemini-backed agents.
  • Added quick start examples plus a direct (non-natural-language) API usage section.
  • Documented basic development commands and safety notes for transaction-signing behavior.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md Outdated
```ts
const agent = new FuelAgent({
walletPrivateKey: process.env.FUEL_WALLET_PRIVATE_KEY!,
model: 'claude-3-5-sonnet-20241022',
Comment thread README.md Outdated
Comment on lines +15 to +17
- Add liquidity to Mira pools
- Supply collateral and borrow assets on Swaylend
- Build standalone transaction flows without using the agent executor
Comment thread README.md Outdated
- `swapExactInput(params)` swaps an exact input amount on Mira
- `addLiquidity(params)` adds liquidity to a Mira pool
- `supplyCollateral(params)` supplies collateral on Swaylend
- `borrowAsset(params)` borrows from Swaylend
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

missing readme

2 participants