Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10
- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand All @@ -38,8 +36,6 @@ jobs:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10
- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,27 +125,22 @@ Trust us: the AI will probably do a better job explaining it than we ever could.
Our mission is to realize **human-level intelligence**, or _AGI_, by evolving Athena into a truly autonomous and capable agent. Here's a more detailed roadmap of what we're working on:

- [ ] **Autonomous Code Writing**

- Enable Athena to iteratively write and improve its own plugins

- [ ] **Robust Browser Automation**

- Improve reliability and fault tolerance in headless and headful modes
- Add advanced DOM element parsing and interaction strategies

- [ ] **Context Management Improvements**

- Adjust prompt context windows for different LLMs
- Implement context summarization for out-of-window context

- [ ] **Long-Term Memory with RAG**

- Set up vector database integration for persistent knowledge
- Enable memory recall across sessions and tasks
- Support user-specific long-term context embedding and retrieval

- [ ] **Image and Video Model Expansion**

- Integrate support for more image and video generation models
- Enable multimodal workflows that combine text, image, and video reasoning

Expand Down
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,19 @@
"yaml": "^2.7.1"
},
"devDependencies": {
"@swc/cli": "^0.6.0",
"@swc/core": "^1.11.21",
"@swc/cli": "^0.7.8",
"@swc/core": "^1.13.1",
"@types/follow-redirects": "^1.14.4",
"@types/html-to-text": "^9.0.4",
"@types/jsdom": "^21.1.7",
"@types/mime-types": "^2.1.4",
"@types/node": "^22.14.1",
"@types/node-telegram-bot-api": "^0.64.8",
"@types/react": "^18.3.21",
"@types/mime-types": "^3.0.1",
"@types/node": "^24.1.0",
"@types/node-telegram-bot-api": "^0.64.9",
"@types/react": "^19.1.8",
"@types/ws": "^8.18.1",
"prettier": "^3.5.3",
"tsx": "^4.19.3",
"prettier": "^3.6.2",
"tsx": "^4.20.3",
"typescript": "^5.8.3"
}
},
"packageManager": "[email protected]"
}
Loading