Skip to content

Commit

Permalink
add rss dropdown and news section
Browse files Browse the repository at this point in the history
  • Loading branch information
madjin committed Mar 9, 2025
1 parent d06ca65 commit cd42dcc
Show file tree
Hide file tree
Showing 131 changed files with 10,772 additions and 5 deletions.
45 changes: 40 additions & 5 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const config = {
organizationName: "elizaos",
projectName: "eliza",
deploymentBranch: "gh-pages",
trailingSlash: true,
trailingSlash: false,
onBrokenLinks: "ignore",
onBrokenMarkdownLinks: "warn",

Expand Down Expand Up @@ -165,16 +165,41 @@ const config = {
routeBasePath: "api",
},
],
[
'@docusaurus/plugin-content-blog',
{
showReadingTime: true,
onUntruncatedBlogPosts: 'ignore',
editUrl: "https://github.com/elizaos/eliza/tree/main/docs/blog/",
blogSidebarTitle: 'Recent posts',
blogSidebarCount: 'ALL',
showLastUpdateAuthor: true,
feedOptions: {
type: 'all',
title: 'ElizaOS Updates',
description: 'Stay up to date with the latest from ElizaOS',
},
path: 'blog',
routeBasePath: 'blog',
},
],
],
presets: [
[
"classic",
{
blog: {
id: 'News',
routeBasePath: 'news',
onUntruncatedBlogPosts: 'ignore',
blogTitle: 'AI News',
blogDescription: 'Automated aggregating and summarization of elizaOS ecosystem updates',
showReadingTime: true,
editUrl: "https://github.com/elizaos/eliza/tree/main/docs/blog/",
blogSidebarTitle: 'Recent posts',
blogSidebarCount: 10,
editUrl: "https://github.com/elizaos/eliza/tree/main/docs/news",
path: './news',
blogSidebarTitle: 'All posts',
blogSidebarCount: 'ALL',
showLastUpdateAuthor: true,
feedOptions: {
type: 'all',
title: 'ElizaOS Updates',
Expand Down Expand Up @@ -262,6 +287,16 @@ const config = {
label: "Community",
docId: "index",
},
{
label: "RSS",
position: "right",
to: 'news',
items: [
{ label: 'RSS (XML)', href: '/news/rss.xml' },
{ label: 'Atom', href: '/news/atom.xml' },
{ label: 'JSON Feed', href: '/news/feed.json' },
],
},
{
href: "https://github.com/elizaos/eliza",
label: "GitHub",
Expand Down Expand Up @@ -290,7 +325,7 @@ const config = {
},
{
label: "Twitter",
href: "https://twitter.com/ai16zdao",
href: "https://twitter.com/elizaos",
},
],
},
Expand Down
81 changes: 81 additions & 0 deletions docs/news/2024-10-25.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
# Daily Summary for 2024-10-25

This daily summary outlines recent developments, updates, and discussions related to the ElizaOS project. The compiled information is structured hierarchically to enhance comprehension and facilitate further analysis.

## ElizaOS Agent Enhancements and Features

- **News and Current Events Integration**
- News stories are now cached hourly based on the agent’s topic list, optimizing API requests.
- Summarized news is used for crafting tweets and Discord messages.
- [Issue Details](https://github.com/elizaOS/eliza/issues/26)

- **Private Mode for Autonomous Actions**
- Introduced a 'private' mode enabling autonomous task execution without user prompts.
- Example use case: independent coin generation.
- [Issue Details](https://github.com/elizaOS/eliza/issues/29)

- **Enhanced Twitter Awareness**
- Improvements sought for the agent's understanding of its Twitter bio, username, screen name, and nicknames.
- [Issue Details](https://github.com/elizaOS/eliza/issues/27)

- **Command-Line Interface Introduction**
- New CLI allows direct agent interaction for testing characters.
- Currently, it supports only single-agent interactions.
- [Commit](https://github.com/elizaOS/eliza/commit/eeeed7d804f7818411aefa20088379c7da3e4596)

## ElizaOS Repository Updates

- **Documentation Updates**
- README.md updated to fix issues (#39) and enhance command clarity.
- [Commit Details](https://github.com/elizaOS/eliza/commit/24af1c5dcea72cad241f650b74b80bb36bcb3200)

- **Implementation Enhancements**
- Functions and scripts, like `isCreateAndBuyContent`, have been refined.
- Updates to Discord bot links were made for accuracy.
- [Commit Information](https://github.com/elizaOS/eliza/commit/bda7386589572a342e55070633f31e2e57f01158)

- **Token Provider Integration**
- A token provider feature was introduced via a merge request by MarcoMandar.
- [Commit Details](https://github.com/elizaOS/eliza/commit/2988d68a7d5160ab5dee22f10c77dcb5dfc523c0)

## Recent Fixes and Improvements

- **Character and Functionality Enhancements**
- Default character creation and glob handling issues resolved.
- Improvements in logging and transcription processes were implemented to reduce log spam.
- [Fix Details](https://github.com/elizaOS/eliza/commit/2117ade29e81769f1e4ac4d08644fdd419e133bb)

- **Name Confusion Fix**
- Addressed and resolved an issue causing confusion with agent names.
- [Issue Details](https://github.com/elizaOS/eliza/issues/32)

## Chat Transcript Analysis

- **Chat Analysis Insights**
- The reviewed chat logs were largely repetitive and lacked substantial discussion.
- Notable interaction: a query by 'yikesawjeez' about bot server integration went unanswered.
- [Transcript Source](https://discord.com/channels/1253563208833433701/1326603270893867064)

## Application Configuration

- **Running on Character Files and .env**
- Ensures the application can operate solely on character configurations or environment variables, boosting deployment ease.
- [Issue and PR Details](https://github.com/elizaOS/eliza/issues/30)

## Pump Fun Token Creation

- **New Action Proposal**
- Introduction of a new action dedicated to Pump Fun token creation was discussed, with references to the PumpFun Bundler.
- [Commit Details](https://github.com/elizaOS/eliza/commit/a236d54afb94b41b232eb3f42c71dd1abec762d4)

## ElizaOS Development Updates and Issues

- **Repository Activities**
- A series of commits and merges were made to update various aspects, including character handling and logging improvements.
- [Commit Details](https://github.com/elizaOS/eliza/commit/b9a51c361bfd761eb0cd407633e88fa67bee75a8)

- **Reported Issues**
- Issues related to character file handling, platform support for sqlite_vss, and CLI interaction were reported.
- [Issue Details](https://github.com/elizaOS/eliza/issues/40)

This summary provides a snapshot of the ongoing developments within the ElizaOS project as of October 25, 2024. Each section includes links to issues, commits, or discussions where further details can be explored, ensuring a comprehensive understanding of the current project state.
86 changes: 86 additions & 0 deletions docs/news/2024-10-27.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
# Daily Summary for 2024-10-27

## Recent Updates to ElizaOS Repository

**Merged Updates & Features**
- **Synchronization**: Merged main branch into HEAD. [Source](https://github.com/elizaOS/eliza/commit/64a6f2dc6a3498e67f2cb5096fa7f57efb8377f6)
- **Feature Additions**:
- Command-line chat capability. [Source](https://github.com/elizaOS/eliza/commit/901b0920892677fa63fad3243ff350a417480e66)
- 'Pumpfun' functionality. [Source](https://github.com/elizaOS/eliza/commit/72a88ea250a19906bd2c634dedbc5f73cd42a441)
- Renovate auto-updater. [Source](https://github.com/elizaOS/eliza/commit/12debee5149002b5f0c2b4899113c83abeab1014)
- **Documentation & Templates**:
- Updated README.md. [Source](https://github.com/elizaOS/eliza/commit/0ecc1b72aa70b7b13c96e88e4de073e90a1175b1)
- GitHub issue templates added. [Source](https://github.com/elizaOS/eliza/commit/7ee1a80ab5c25db3d75e7a08ce039fdf2a8e8aa9)

**Infrastructure Enhancements**
- Corrected `node-llama-cpp` command. [Source](https://github.com/elizaOS/eliza/commit/bb3f397ef6ca5ee5c8e928e640925584a7d37550)
- Cleanup from VSS issues. [Source](https://github.com/elizaOS/eliza/commit/b5caa0be1dd0e05a9dcfe52250a0ac391cfc362f)

## Chat Transcript and Technical Issues Summary

- **Chat Transcripts**:
- Dominated by 'Captain Hook'; unresolved question by 'yikesawjeez' on bot integration. [Source](https://discord.com/channels/1253563208833433701/1326603270893867064)

- **Reported Issues**:
- Voice chat errors with 'null' in messages. [Source](https://github.com/elizaOS/eliza/issues/55)
- Twitter 'shouldRespond' handler request to minimize unnecessary responses. [Source](https://github.com/elizaOS/eliza/issues/68)

## Adding a CONTRIBUTING.md to ElizaOS

- **Guidelines Introduction**:
- Added CONTRIBUTING.md file. Resolves [Issue #45](https://github.com/elizaOS/eliza/issues/45). [Source](https://github.com/elizaOS/eliza/commit/c417b86a9db36524eb66dabce5297edc614e5699)

- **Document Contents**:
- Includes welcome message, code of conduct, contribution processes, and more. Regular updates planned.

## System Enhancements: Take Order Action & Telegram Integration

- **Take Order Feature**:
- Integrated with order workflow and validation mechanisms. [Source](https://github.com/elizaOS/eliza/issues/53)

- **Telegram Integration**:
- Includes 'shouldRespond' handler and image recognition. [Source](https://github.com/elizaOS/eliza/commit/b9fb7ff81920ca5471c59fece640798d9fee9607)

## SQLite Updates and Issues in ElizaOS

- **Database Enhancements**:
- Transitioned to use VEC, optimizing SQLite. [Source](https://github.com/elizaOS/eliza/commit/e96764a53c1d15b6f53cff6ec842f63f70d13842)

- **Current Issues**:
- Concern regarding sqlite_vss affecting functionality. [Source](https://github.com/elizaOS/eliza/pull/60)

## ElizaOS Code Updates and Fixes

- **Code Improvements**:
- Addressed multiple issues ahead of the pull request transition. [Source](https://github.com/elizaOS/eliza/commit/6dce27fa553c9a0e1e57ceed921481743fd53397)

## Enhancements for Character Compatibility and Agent Commands

- **Character File Compatibility**:
- Proposal ensures integration with Silly Tavern character files. [Source](https://github.com/elizaOS/eliza/issues/56)

- **Agent Commands Consistency**:
- Addressed missing character profiles for scripted agent commands. [Source](https://github.com/elizaOS/eliza/issues/47)

## Trust and Order Management in Marketplace

- **Trust Score Development**:
- Calculator in progress to enhance marketplace credibility. [Source](https://github.com/elizaOS/eliza/issues/52)

- **Order Book System**:
- Design includes database schema, order matching, and trust assessments. [Source](https://github.com/elizaOS/eliza/issues/49)

## Project Updates: Confidence Levels & Test Failures

- **Confidence Level System**:
- Offers order evaluation categorization - influencing UI and trust calculations. [Source](https://github.com/elizaOS/eliza/issues/50)

- **Testing Concerns**:
- Failing test suites need evaluation and automation setup. [Source](https://github.com/elizaOS/eliza/issues/64)

## Adding GitHub Issue Templates

- **Templates Introduced**:
- New templates guide bug reporting and feature requests. [Source](https://github.com/elizaOS/eliza/pull/62)

This summary captures the essential updates and ongoing issues in the ElizaOS repository dated October 27, 2024, focusing on the latest developments, feature additions, and project-wide enhancements.
115 changes: 115 additions & 0 deletions docs/news/2024-10-28.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
# Daily Summary for 2024-10-28

This document provides an overview of key updates and changes to the ElizaOS repository on October 28, 2024. Each category outlines specific improvements and their impacts.

## Recent Updates to ElizaOS Repository

- **GitHub Issue Templates**
- Introduction of issue templates to improve standardization of issue reporting.
- [Commit](https://github.com/elizaOS/eliza/commit/7ee1a80ab5c25db3d75e7a08ce039fdf2a8e8aa9)

- **Renovate Integration**
- Initial commit to integrate Renovate for automated dependency updates.
- [Commit](https://github.com/elizaOS/eliza/commit/12debee5149002b5f0c2b4899113c83abeab1014)

- **Node-Llama-CPP Command Correction**
- Rectified command functionality.
- [Commit](https://github.com/elizaOS/eliza/commit/bb3f397ef6ca5ee5c8e928e640925584a7d37550)

- **SQLite_VSS Update Cleanup**
- Performance enhancement addressing issue #66.
- [Commit](https://github.com/elizaOS/eliza/commit/b5caa0be1dd0e05a9dcfe52250a0ac391cfc362f)

- **Local Setup Guide Enhancement**
- Instructions improved for better usability.
- [Commit](https://github.com/elizaOS/eliza/commit/28716e7dc7ebf5bae6ffa49af9e81510e728f7a9)

- **Repository Sync with Main Branch**
- Multiple merges executed to ensure up-to-date code.
- [Merge Example](https://github.com/elizaOS/eliza/commit/90f8574fcfa0a87e4335e9ece7124bfcbdf772c7)

- **Typographical Corrections**
- Fixed minor typos within the repository.
- [Commit](https://github.com/elizaOS/eliza/commit/722e65474f4823f21dde11fc9a63206398da97d0)

## Telegram Integration and Image Recognition Enhancements

- **New Telegram Features**
- Added a shouldRespond handler and image recognition.
- [Integration](https://github.com/elizaOS/eliza/commit/b9fb7ff81920ca5471c59fece640798d9fee9607)

- **Abstract Transcript Provider Development**
- Expansion beyond OpenAI and Whisper for transcription.
- [Issue #73](https://github.com/elizaOS/eliza/issues/73)

- **Image Recognition Abstraction**
- Now supports multiple model providers like Claude and Vertex.
- [Issue #72](https://github.com/elizaOS/eliza/issues/72)

- **Claude Replacement**
- Replaced by a new image recognition service.
- [Commit](https://github.com/elizaOS/eliza/commit/0d739401b644c5c589131ab232884e8d8b700970)

## SQLite Updates and TrustScore Database Integration

- **SQLite VEC Update**
- Transition to VEC methodology for enhanced performance.
- [Commit](https://github.com/elizaOS/eliza/commit/e96764a53c1d15b6f53cff6ec842f63f70d13842)

- **TrustScore Database Introduction**
- Introduced to enhance trust functionalities.
- [Commit](https://github.com/elizaOS/eliza/commit/667126549df9c9de1657e57822707f1ad7c76f78)

## Chat Transcript Analysis and Twitter Response Handling

- **Chat Transcript Overview**
- Mostly consists of non-technical messages, lacking meaningful discussion.
- [Transcript](https://discord.com/channels/1253563208833433701/1326603270893867064)

- **Twitter Response Optimization**
- Implementing a response handler to avoid unnecessary replies.
- [Issue #68](https://github.com/elizaOS/eliza/issues/68)

## Project Updates and Dependency Automation

- **Cleanup Updates**
- Issue #66 resolved.
- [Commit](https://github.com/elizaOS/eliza/commit/e637995fcceb84cb7ad0a310b90501980460dfc3)

- **Renovate Bot Proposal**
- Automates dependency updates for Node.js projects.
- [Issue #58](https://github.com/elizaOS/eliza/issues/58)

## Development Updates for ElizaOS

- **Vercel AI Abstraction**
- Verified operational status.
- [Commit](https://github.com/elizaOS/eliza/commit/f3ca29902a9797eb991e4f7c07f69f5bd2914848)

## Fixing Typographical Error in 'SETINGS'

- **Correction of Typos**
- Rectified 'SETINGS' to 'SETTINGS' in various files.
- [Pull Request #71](https://github.com/elizaOS/eliza/pull/71)

## Ensuring Local Model Compatibility and Adding NPX Action

- **Local Model Verification**
- Ensures functionality amidst increased usage.
- [Issue #69](https://github.com/elizaOS/eliza/issues/69)

- **NPX Action Proposal**
- Simplifies local instance execution through 'npx eliza'.
- [Issue #75](https://github.com/elizaOS/eliza/issues/75)

## Adding GitHub Issue Templates

- **Template Introduction**
- Includes bug report and feature request templates.
- [Pull Request #62](https://github.com/elizaOS/eliza/pull/62)

## Model Provider Abstraction and Build Updates

- **Provider Abstraction in Progress**
- Aimed at increasing model compatibility.
- [Pull Request #74](https://github.com/elizaOS/eliza/pull/74)
Loading

0 comments on commit cd42dcc

Please sign in to comment.