Skip to content

Conversation

@codebycarson
Copy link
Collaborator

@codebycarson codebycarson commented Jul 22, 2025

Sei Agent Initial Release

This PR cleans up the repo for public release by simplifying the instructions and removing the confusing docs around Eliza itself. This library now focuses on Sei and how to create an agent for Sei.

  • Improved README and added SETUP.md file
  • Fixed the devcontainers for MacOS
  • Added better examples for .env files
  • Cleaned up github actions to simplify from what Eliza's repo has
  • Fixed Docker by upgrading node versions
  • Removed all docs and scripts for docs (these were for Eliza, not this agent)
  • Biome format on all files
  • Removed unused plugins

- Removed Docs for Eliza Core
- Removed unused package adapter-mongodb
- Replaced main README with Zaine README
github-actions[bot]

This comment was marked as off-topic.

@codebycarson codebycarson requested review from besated and Copilot July 23, 2025 22:47
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR focuses on cleaning up the repository and documentation for the Sei Agent, simplifying it to focus specifically on Sei blockchain functionality rather than the broader Eliza framework. The changes remove extensive documentation about Discord community discussions and development meetings while improving the core setup experience.

  • Removes all Discord community chat documentation and meeting notes from the Eliza framework
  • Eliminates documentation infrastructure (Babel config, sidebars, API docs) that was specific to Eliza
  • Cleans up repository structure by removing unused documentation files and configurations

Reviewed Changes

Copilot reviewed 240 out of 983 changed files in this pull request and generated no comments.

Show a summary per file
File Description
docs/community/Discord/* Complete removal of Discord chat logs and community documentation
docs/community/Contributors/* Removal of contributor meeting notes and profiles
docs/api/* Removal of API documentation and TypeDoc configuration
docs/babel.config.js Removal of Babel configuration for documentation
docs/backup-sidebars-community.js Removal of community sidebar configuration

@dssei
Copy link

dssei commented Jul 25, 2025

@codebycarson @besated was able to run the agent locally. Encountered couple errors while following README instructions.

  • pnpm install resulted in sharp library error. I think it might be my local env issue. Workaround export SHARP_IGNORE_GLOBAL_LIBVIPS=1
  • import error when running pnpm start --character=characters/sensei1202.character.json. Running pnpm build before aforementioned command fixed it. I think we might need to add that step to README

kollegian and others added 4 commits July 29, 2025 18:59
- Added sharp helper text
- Added step to build before running
- Added header text for clarity
@codebycarson
Copy link
Collaborator Author

@codebycarson @besated was able to run the agent locally. Encountered couple errors while following README instructions.

  • pnpm install resulted in sharp library error. I think it might be my local env issue. Workaround export SHARP_IGNORE_GLOBAL_LIBVIPS=1
  • import error when running pnpm start --character=characters/sensei1202.character.json. Running pnpm build before aforementioned command fixed it. I think we might need to add that step to README

I made these changes and pushed them.

@dssei dssei self-requested a review July 29, 2025 18:35
@codebycarson codebycarson merged commit cb747cd into eliza-state Jul 29, 2025
2 checks passed
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.

4 participants