Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
threepointone committed Feb 11, 2025
2 parents 840ae9f + b24005a commit 3346e09
Show file tree
Hide file tree
Showing 41 changed files with 236 additions and 52 deletions.
9 changes: 0 additions & 9 deletions .changeset/chilly-dryers-exist.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/hono-party/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# hono-party

## 0.0.5

### Patch Changes

- [`a240942`](https://github.com/threepointone/partyserver/commit/a240942d20540d70fc0076edb779302e6d621c65) Thanks [@threepointone](https://github.com/threepointone)! - update deps, use vite for one fixture

- Updated dependencies [[`a240942`](https://github.com/threepointone/partyserver/commit/a240942d20540d70fc0076edb779302e6d621c65)]:
- [email protected]

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hono-party/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hono-party",
"version": "0.0.4",
"version": "0.0.5",
"repository": {
"type": "git",
"url": "git://github.com/threepointone/partyserver.git"
Expand Down
7 changes: 7 additions & 0 deletions packages/partyagent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# partyagent

## 0.0.1

### Patch Changes

- [#161](https://github.com/threepointone/partyserver/pull/161) [`c73b724`](https://github.com/threepointone/partyserver/commit/c73b724685581fe381bcb34d5944e9d4bfa1b17a) Thanks [@joelhooks](https://github.com/joelhooks)! - feat(docs): spruce up readmes
21 changes: 19 additions & 2 deletions packages/partyagent/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## partyagent
# partyagent

Nothing here yet.
Autonomous agents powered by Durable Objects. Extends PartySync for state synchronization.

## Features

- **Natural Language Processing** - Agents understand and respond to natural language
- **Customizable Personalities** - Define agent behavior and characteristics
- **Tool Usage** - Access to functions with input/output schemas
- **Task Hand-off** - Agents can delegate tasks to other agents
- **Observability** - Monitor agent actions

## Related Resources

- [Building Effective Agents](https://www.anthropic.com/research/building-effective-agents)
- [Agents Architecture](https://huyenchip.com/2025/01/07/agents.html)

## License

ISC
2 changes: 1 addition & 1 deletion packages/partyagent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "partyagent",
"version": "0.0.0",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git://github.com/threepointone/partyserver.git"
Expand Down
6 changes: 6 additions & 0 deletions packages/partybase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# partybase

## 0.0.2

### Patch Changes

- [#161](https://github.com/threepointone/partyserver/pull/161) [`c73b724`](https://github.com/threepointone/partyserver/commit/c73b724685581fe381bcb34d5944e9d4bfa1b17a) Thanks [@joelhooks](https://github.com/joelhooks)! - feat(docs): spruce up readmes

## 0.0.1

### Patch Changes
Expand Down
14 changes: 12 additions & 2 deletions packages/partybase/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## partybase
# partybase

Nothing here yet.
Database solution for PartyServer built on Durable Objects.

## Features

- **Migration System** - Built-in database migration capabilities
- **Admin Interface** - Web interface for database management
- **Starbase Integration** - Potential integration with [Starbase](https://starbasedb.com/)

## License

ISC
2 changes: 1 addition & 1 deletion packages/partybase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "partybase",
"version": "0.0.1",
"version": "0.0.2",
"repository": {
"type": "git",
"url": "git://github.com/threepointone/partyserver.git"
Expand Down
7 changes: 7 additions & 0 deletions packages/partyflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# partyflow

## 0.0.1

### Patch Changes

- [#161](https://github.com/threepointone/partyserver/pull/161) [`c73b724`](https://github.com/threepointone/partyserver/commit/c73b724685581fe381bcb34d5944e9d4bfa1b17a) Thanks [@joelhooks](https://github.com/joelhooks)! - feat(docs): spruce up readmes
8 changes: 6 additions & 2 deletions packages/partyflow/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## partyflow
# partyflow

Nothing here yet.
Lightweight workflow engine for PartyServer built on Durable Objects.

## License

ISC
2 changes: 1 addition & 1 deletion packages/partyflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "partyflow",
"version": "0.0.0",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git://github.com/threepointone/partyserver.git"
Expand Down
6 changes: 6 additions & 0 deletions packages/partyfn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# partyfn

## 0.0.4

### Patch Changes

- [#161](https://github.com/threepointone/partyserver/pull/161) [`c73b724`](https://github.com/threepointone/partyserver/commit/c73b724685581fe381bcb34d5944e9d4bfa1b17a) Thanks [@joelhooks](https://github.com/joelhooks)! - feat(docs): spruce up readmes

## 0.0.3

### Patch Changes
Expand Down
13 changes: 11 additions & 2 deletions packages/partyfn/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## partyfn
# partyfn

Nothing here yet.
RPC (Remote Procedure Call) system for PartyServer. Enables typesafe function calls between client and server, with support for bidirectional RPC.

## Features

- **Typesafe RPC** - Function calls from client to server
- **Bidirectional** - Supports server-to-client RPC calls

## License

ISC
2 changes: 1 addition & 1 deletion packages/partyfn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "partyfn",
"version": "0.0.3",
"version": "0.0.4",
"repository": {
"type": "git",
"url": "git://github.com/threepointone/partyserver.git"
Expand Down
6 changes: 6 additions & 0 deletions packages/partyhard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# partyhard

## 0.0.3

### Patch Changes

- [#161](https://github.com/threepointone/partyserver/pull/161) [`c73b724`](https://github.com/threepointone/partyserver/commit/c73b724685581fe381bcb34d5944e9d4bfa1b17a) Thanks [@joelhooks](https://github.com/joelhooks)! - feat(docs): spruce up readmes

## 0.0.2

### Patch Changes
Expand Down
8 changes: 6 additions & 2 deletions packages/partyhard/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## partyhard
# partyhard

Nothing here yet.
A component of the PartyServer ecosystem.

## License

ISC
2 changes: 1 addition & 1 deletion packages/partyhard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "partyhard",
"version": "0.0.2",
"version": "0.0.3",
"repository": {
"type": "git",
"url": "git://github.com/threepointone/partyserver.git"
Expand Down
6 changes: 6 additions & 0 deletions packages/partyserver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# partyflare

## 0.0.64

### Patch Changes

- [`a240942`](https://github.com/threepointone/partyserver/commit/a240942d20540d70fc0076edb779302e6d621c65) Thanks [@threepointone](https://github.com/threepointone)! - update deps, use vite for one fixture

## 0.0.63

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/partyserver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "partyserver",
"version": "0.0.63",
"version": "0.0.64",
"repository": {
"type": "git",
"url": "git://github.com/threepointone/partyserver.git"
Expand Down
6 changes: 6 additions & 0 deletions packages/partysession/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# partysession

## 0.0.3

### Patch Changes

- [#161](https://github.com/threepointone/partyserver/pull/161) [`c73b724`](https://github.com/threepointone/partyserver/commit/c73b724685581fe381bcb34d5944e9d4bfa1b17a) Thanks [@joelhooks](https://github.com/joelhooks)! - feat(docs): spruce up readmes

## 0.0.2

### Patch Changes
Expand Down
13 changes: 11 additions & 2 deletions packages/partysession/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## partysession
# partysession

Nothing here yet.
One Durable Object per user model for PartyServer. Designed for managing user-specific state like shopping carts.

## Features

- **Per-User State** - One Durable Object instance per user
- **Session Management** - Handles user session data

## License

ISC
2 changes: 1 addition & 1 deletion packages/partysession/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "partysession",
"version": "0.0.2",
"version": "0.0.3",
"repository": {
"type": "git",
"url": "git://github.com/threepointone/partyserver.git"
Expand Down
6 changes: 6 additions & 0 deletions packages/partysmart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# partysmart

## 0.0.3

### Patch Changes

- [#161](https://github.com/threepointone/partyserver/pull/161) [`c73b724`](https://github.com/threepointone/partyserver/commit/c73b724685581fe381bcb34d5944e9d4bfa1b17a) Thanks [@joelhooks](https://github.com/joelhooks)! - feat(docs): spruce up readmes

## 0.0.2

### Patch Changes
Expand Down
8 changes: 6 additions & 2 deletions packages/partysmart/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## partysmart
# partysmart

Nothing here yet.
Alternative name for PartyAgent. See [partyagent](../partyagent/README.md) for details.

## License

ISC
2 changes: 1 addition & 1 deletion packages/partysmart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "partysmart",
"version": "0.0.2",
"version": "0.0.3",
"repository": {
"type": "git",
"url": "git://github.com/threepointone/partyserver.git"
Expand Down
11 changes: 11 additions & 0 deletions packages/partysub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# partysub

## 0.0.20

### Patch Changes

- [`a240942`](https://github.com/threepointone/partyserver/commit/a240942d20540d70fc0076edb779302e6d621c65) Thanks [@threepointone](https://github.com/threepointone)! - update deps, use vite for one fixture

- [#161](https://github.com/threepointone/partyserver/pull/161) [`c73b724`](https://github.com/threepointone/partyserver/commit/c73b724685581fe381bcb34d5944e9d4bfa1b17a) Thanks [@joelhooks](https://github.com/joelhooks)! - feat(docs): spruce up readmes

- Updated dependencies [[`a240942`](https://github.com/threepointone/partyserver/commit/a240942d20540d70fc0076edb779302e6d621c65)]:
- [email protected]

## 0.0.19

### Patch Changes
Expand Down
8 changes: 8 additions & 0 deletions packages/partysub/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# partysub

Pub-sub functionality for Durable Objects in PartyServer.

## License

ISC

## 🥖 partysub

> [!WARNING]
Expand Down
2 changes: 1 addition & 1 deletion packages/partysub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "partysub",
"version": "0.0.19",
"version": "0.0.20",
"repository": {
"type": "git",
"url": "git://github.com/threepointone/partyserver.git"
Expand Down
11 changes: 11 additions & 0 deletions packages/partysync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# partysync

## 0.0.18

### Patch Changes

- [`a240942`](https://github.com/threepointone/partyserver/commit/a240942d20540d70fc0076edb779302e6d621c65) Thanks [@threepointone](https://github.com/threepointone)! - update deps, use vite for one fixture

- [#161](https://github.com/threepointone/partyserver/pull/161) [`c73b724`](https://github.com/threepointone/partyserver/commit/c73b724685581fe381bcb34d5944e9d4bfa1b17a) Thanks [@joelhooks](https://github.com/joelhooks)! - feat(docs): spruce up readmes

- Updated dependencies [[`a240942`](https://github.com/threepointone/partyserver/commit/a240942d20540d70fc0076edb779302e6d621c65)]:
- [email protected]

## 0.0.17

### Patch Changes
Expand Down
8 changes: 6 additions & 2 deletions packages/partysync/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## partysync
# partysync

An experimental library to synchronise state from a Durable Object to a client.
Experimental library to synchronize state between a Durable Object and client. See [design discussion](https://github.com/threepointone/partyserver/issues/147).

## License

ISC

> [!WARNING]
> WIP, API and design is subject to change.
Expand Down
2 changes: 1 addition & 1 deletion packages/partysync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "partysync",
"version": "0.0.17",
"version": "0.0.18",
"repository": {
"type": "git",
"url": "git://github.com/threepointone/partyserver.git"
Expand Down
6 changes: 6 additions & 0 deletions packages/partytracks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# partytracks

## 0.0.22

### Patch Changes

- [#161](https://github.com/threepointone/partyserver/pull/161) [`c73b724`](https://github.com/threepointone/partyserver/commit/c73b724685581fe381bcb34d5944e9d4bfa1b17a) Thanks [@joelhooks](https://github.com/joelhooks)! - feat(docs): spruce up readmes

## 0.0.21

### Patch Changes
Expand Down
Loading

0 comments on commit 3346e09

Please sign in to comment.