https://github.com/golemcloud/golem-agentic
https://github.com/golemcloud/golem-agentic
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/golemcloud/golem-agentic
- Owner: golemcloud
- License: apache-2.0
- Created: 2025-06-26T06:00:40.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-12-19T03:47:35.000Z (6 months ago)
- Last Synced: 2025-12-20T02:31:06.411Z (6 months ago)
- Language: TypeScript
- Size: 4.65 MB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# golem-agentic
golem-agentic allows you to write AI agents and non-agentic workers in golem with zero knowledge in WIT.
**Designed with AI in mind:** dynamic agent and method discovery, plus plug‑and‑play support for MCP etc are examples.
In short, the tooling, data types and corresponding APIs to develop AI apps are first‑class citizens.
While dynamic in nature to satisfy AI protocols, users can write **type-safe** code.
This is _**NOT**_ automatic WIT generation based on user code. This implies, we disallow leaking anything about WIT into user's development flow
## Build
```shell
cargo build
```
Refer to [golem-agentic-examples](https://github.com/golemcloud/golem-agentic-examples) repo.
These examples will become templates in golem-cli soon.