2025-04-24 10:24:42 -03:00
2025-04-30 10:15:16 -03:00
2025-04-24 10:24:42 -03:00
2025-04-24 10:24:42 -03:00
2025-04-28 11:24:13 -03:00
2025-04-29 15:00:17 -03:00
2025-04-28 11:24:13 -03:00

Docs Summarizer

A document summarization system built on the Koii network, designed to process and summarize documents efficiently.

Project Structure

The project consists of two main components:

  • worker/: The core processing component that handles document summarization tasks
  • planner/: Component responsible for task planning and coordination

Prerequisites

  • Node.js >= 18.17.0
  • Yarn package manager

Installation

  1. Clone the repository:
git clone [repository-url]
cd docs-summarizer
  1. Install dependencies:
yarn install

Development

Worker Component

The worker component is responsible for processing and summarizing documents. To run the worker:

cd worker
yarn install
yarn build
yarn start

Testing

Run tests for the worker component:

cd worker
yarn test

Configuration

The project uses configuration files for different environments:

  • config-task-test.yml: Test environment configuration
  • config-task-prod.yml: Production environment configuration

Dependencies

The project uses several key dependencies:

  • Koii network components (@_koii/*)
  • TypeScript for type safety
  • Webpack for bundling
  • Jest for testing

License

ISC

Description
No description provided
Readme 422 KiB
Languages
Python 58.7%
TypeScript 27.3%
JavaScript 13.5%
Dockerfile 0.5%