cogency
v0.0.2
Published
A multi-modal agent framework.
Readme
🧠 Cogency (JavaScript/TypeScript)
The official JavaScript/TypeScript client for the Cogency framework. This package enables seamless interaction with Cogency agents and services directly from your JavaScript and TypeScript applications, facilitating the integration of advanced AI cognitive architectures into web and Node.js environments.
Note: This package is currently in early development. Features and APIs are subject to change.
✨ Features (Planned)
- Agent Communication – Connect to deployed Cogency agents
- Skill Invocation – Trigger and manage cognitive skills
- Service Abstractions – Access LLMs, embeddings, and tools via a unified interface
- Type Safety – Full TypeScript support
🚀 Installation
npm install cogency
# or
yarn add cogency📖 Usage
import { greet } from 'cogency';
console.log(greet('World'));
// → Hello, World from Cogency JS!🤝 Contributing
We welcome contributions to the Cogency JavaScript/TypeScript client! If you're interested in helping, please refer to the main repository's CONTRIBUTING.md for guidelines.
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
🙏 Acknowledgments
Built for the AI agent developer community. Inspired by cognitive architectures and modern AI frameworks.
