Skip to content

AI agent has a unique identifier registered on the Ethereum Name Service Onchain#21

Open
TheWolfOfChain wants to merge 8 commits intoTA2MA-Dev:principalefrom
TheWolfOfChain:principale
Open

AI agent has a unique identifier registered on the Ethereum Name Service Onchain#21
TheWolfOfChain wants to merge 8 commits intoTA2MA-Dev:principalefrom
TheWolfOfChain:principale

Conversation

@TheWolfOfChain
Copy link
Member

@TheWolfOfChain TheWolfOfChain commented Dec 2, 2025

@vercel
Copy link

vercel bot commented Dec 2, 2025

@TheWolfOfChain is attempting to deploy a commit to the DEV-TEAM Team on Vercel.

A member of the Team first needs to authorize it.

@vercel
Copy link

vercel bot commented Dec 2, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
repository-dev-t2m Error Error Feb 27, 2026 3:08am

This commit introduces the .readthedocs.yaml file to configure the documentation build process on Read the Docs. The configuration specifies a Python build environment and points to the Sphinx configuration, resolving the build failure caused by the missing file.

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
@TheWolfOfChain TheWolfOfChain moved this to Todo in @TATUMA DCM Dec 19, 2025
@TheWolfOfChain TheWolfOfChain self-assigned this Dec 19, 2025
@TheWolfOfChain TheWolfOfChain moved this from Todo to In Progress in @TATUMA DCM Dec 19, 2025
vercel bot and others added 2 commits March 10, 2026 21:49
# Vercel Speed Insights Implementation

## Summary
Successfully implemented Vercel Speed Insights for the HTML-based project following the official Vercel documentation.

## Changes Made

### Modified Files
- **index.html** - Added Vercel Speed Insights script tags

## Implementation Details

According to the Vercel Speed Insights guide for HTML projects, I added the required script tags before the closing `</body>` tag:

1. **Initialization Script**: Added the `window.si` initialization function that queues Speed Insights calls
2. **Tracking Script**: Added the deferred loading of the Speed Insights script from `/_vercel/speed-insights/script.js`

## Additional Fixes

The original `index.html` file was missing closing `</body>` and `</html>` tags. These have been added to ensure proper HTML structure along with the Speed Insights implementation.

## Code Added

```html
<script>
    window.si = window.si || function () { (window.siq = window.siq || []).push(arguments); };
</script>
<script defer src="/_vercel/speed-insights/script.js"></script>

</body>
</html>
```

## Next Steps

Once deployed to Vercel with Speed Insights enabled:
1. The `/_vercel/speed-insights/*` routes will be automatically added
2. Performance metrics will start being collected
3. Data can be viewed in the Vercel dashboard under the Speed Insights tab

## Notes

- No package installation was required for the HTML implementation
- The scripts are loaded with the `defer` attribute to avoid blocking page rendering
- Speed Insights will only function when deployed to Vercel with the feature enabled in the project settings

Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

1 participant