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
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ Tests communicate with the runner via process messages on topic `test:update`:
organization: wippy
module: relay
description: WebSocket relay and messaging infrastructure
license: Apache-2.0
license: MPL-2.0
repository: https://github.com/wippyai/framework
homepage: https://wippy.ai
keywords:
Expand Down
574 changes: 373 additions & 201 deletions LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/actor/src/wippy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
organization: wippy
module: actor
description: Actor pattern library for message-passing concurrency
license: Apache-2.0
license: MPL-2.0
repository: https://github.com/wippyai/framework
homepage: https://wippy.ai
keywords:
Expand Down
2 changes: 1 addition & 1 deletion src/agent/src/wippy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
organization: wippy
module: agent
description: LLM agent framework with tool support and conversation management
license: Apache-2.0
license: MPL-2.0
repository: https://github.com/wippyai/framework
homepage: https://wippy.ai
keywords:
Expand Down
2 changes: 1 addition & 1 deletion src/bootloader/src/wippy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
organization: wippy
module: bootloader
description: Application bootloader and initialization orchestrator
license: Apache-2.0
license: MPL-2.0
repository: https://github.com/wippyai/framework
homepage: https://wippy.ai
keywords:
Expand Down
2 changes: 1 addition & 1 deletion src/docs/wippy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
organization: wippy
module: docs
description: Module specifications and documentation
license: Apache-2.0
license: MPL-2.0
repository: https://github.com/wippyai/framework
homepage: https://wippy.ai
keywords:
Expand Down
2 changes: 1 addition & 1 deletion src/embeddings/wippy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
organization: wippy
module: embeddings
description: Vector embeddings storage and similarity search
license: Apache-2.0
license: MPL-2.0
repository: https://github.com/wippyai/framework
homepage: https://wippy.ai
keywords:
Expand Down
2 changes: 1 addition & 1 deletion src/facade/wippy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
organization: wippy
module: facade
description: Portable iframe facade for Wippy frontend
license: Apache-2.0
license: MPL-2.0
repository: https://github.com/wippyai/framework
homepage: https://wippy.ai
keywords:
Expand Down
2 changes: 1 addition & 1 deletion src/llm/src/wippy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
organization: wippy
module: llm
description: LLM integration library with multi-provider support
license: Apache-2.0
license: MPL-2.0
repository: https://github.com/wippyai/framework
homepage: https://wippy.ai
keywords:
Expand Down
2 changes: 1 addition & 1 deletion src/migration/wippy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
organization: wippy
module: migration
description: Database migration framework
license: Apache-2.0
license: MPL-2.0
repository: https://github.com/wippyai/framework
homepage: https://wippy.ai
keywords:
Expand Down
2 changes: 1 addition & 1 deletion src/relay/src/wippy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
organization: wippy
module: relay
description: WebSocket relay and messaging infrastructure
license: Apache-2.0
license: MPL-2.0
repository: https://github.com/wippyai/framework
homepage: https://wippy.ai
keywords:
Expand Down
2 changes: 1 addition & 1 deletion src/security/wippy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
organization: wippy
module: security
description: Security policies for access control
license: Apache-2.0
license: MPL-2.0
repository: https://github.com/wippyai/framework
homepage: https://wippy.ai
keywords:
Expand Down
2 changes: 1 addition & 1 deletion src/terminal/wippy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
organization: wippy
module: terminal
description: Terminal UI components and utilities
license: Apache-2.0
license: MPL-2.0
repository: https://github.com/wippyai/framework
homepage: https://wippy.ai
keywords:
Expand Down
2 changes: 1 addition & 1 deletion src/test/wippy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
organization: wippy
module: test
description: BDD-style testing framework
license: Apache-2.0
license: MPL-2.0
repository: https://github.com/wippyai/framework
homepage: https://wippy.ai
keywords:
Expand Down
2 changes: 1 addition & 1 deletion src/usage/src/wippy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
organization: wippy
module: usage
description: Token usage tracking for LLM applications
license: Apache-2.0
license: MPL-2.0
repository: https://github.com/wippyai/framework
homepage: https://wippy.ai
keywords:
Expand Down
2 changes: 1 addition & 1 deletion src/views/wippy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
organization: wippy
module: views
description: Template views and page rendering
license: Apache-2.0
license: MPL-2.0
repository: https://github.com/wippyai/framework
homepage: https://wippy.ai
keywords:
Expand Down
Loading