Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BLCKCHN-217] Add Cronos ID #38

Open
leejw51crypto opened this issue Jan 2, 2025 · 0 comments
Open

[BLCKCHN-217] Add Cronos ID #38

leejw51crypto opened this issue Jan 2, 2025 · 0 comments

Comments

@leejw51crypto
Copy link
Collaborator

add cronos id to ai-agent-service

leejw51crypto added a commit that referenced this issue Jan 6, 2025
Add resolveCronosId functionality

- Introduced new parameters for resolving a CronosId to its corresponding wallet address in `chain-ai.helpers.ts`.
- Updated `agent.constants.ts` to include the new function in the tools list.
- Modified `agent.interfaces.ts` to define the new `ResolveCronosId` function and its associated data structure.

This enhancement allows users to resolve CronosIds, improving the functionality of the agent service.
leejw51crypto added a commit that referenced this issue Jan 8, 2025
Add resolveCronosId functionality

- Introduced new parameters for resolving a CronosId to its corresponding wallet address in `chain-ai.helpers.ts`.
- Updated `agent.constants.ts` to include the new function in the tools list.
- Modified `agent.interfaces.ts` to define the new `ResolveCronosId` function and its associated data structure.

This enhancement allows users to resolve CronosIds, improving the functionality of the agent service.

Remove unused `ResolveCronosIdData` interface from `agent.interfaces.ts`

This change cleans up the code by eliminating the `ResolveCronosIdData` interface, which is no longer needed following recent updates to the agent service functionality. This helps maintain a more streamlined and efficient codebase.
leejw51crypto added a commit that referenced this issue Jan 8, 2025
Add resolveCronosId functionality

- Introduced new parameters for resolving a CronosId to its corresponding wallet address in `chain-ai.helpers.ts`.
- Updated `agent.constants.ts` to include the new function in the tools list.
- Modified `agent.interfaces.ts` to define the new `ResolveCronosId` function and its associated data structure.

This enhancement allows users to resolve CronosIds, improving the functionality of the agent service.

Remove unused `ResolveCronosIdData` interface from `agent.interfaces.ts`

This change cleans up the code by eliminating the `ResolveCronosIdData` interface, which is no longer needed following recent updates to the agent service functionality. This helps maintain a more streamlined and efficient codebase.

[BLCKCHN-217] Add ReverseResolveCronosId functionality

- Introduced `reverseResolveCronosId` parameters in `chain-ai.helpers.ts` to resolve a wallet address to its corresponding CronosId.
- Updated `agent.constants.ts` to include the new function in the tools list.
- Modified `agent.interfaces.ts` to define the new `ReverseResolveCronosId` function.
- Enhanced `agent.service.ts` to implement the reverse resolution logic, allowing users to retrieve CronosIds from wallet addresses.

This addition improves the agent service's capabilities, providing users with more comprehensive blockchain interaction features.

tidy up

tidy up
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

No branches or pull requests

1 participant