agent-twitter-summary
Version:
A twitter client for agents
16 lines (13 loc) • 703 B
text/typescript
export type { Profile } from './profile';
export { Scraper } from './scraper';
export { TweetAnalyzer } from './summary';
export { SearchMode } from './search';
export type { QueryProfilesResponse, QueryTweetsResponse } from './timeline-v1';
export type { Tweet } from './tweets';
export { Space } from './spaces/core/Space'
export { SttTtsPlugin } from './spaces/plugins/SttTtsPlugin'
export { RecordToDiskPlugin } from './spaces/plugins/RecordToDiskPlugin'
export { MonitorAudioPlugin } from './spaces/plugins/MonitorAudioPlugin'
export { IdleMonitorPlugin } from './spaces/plugins/IdleMonitorPlugin'
export { HlsRecordPlugin } from './spaces/plugins/HlsRecordPlugin'
export * from './types/spaces'